mcp-endpoint-server
A high-performance MCP endpoint server for custom service registration and integration with Xiaozhi devices.
The MCP Endpoint Server is designed to facilitate the registration of custom MCP services, making it easier to extend the capabilities of Xiaozhi device tools. Built on an asynchronous architecture using FastAPI and WebSocket, it can handle high concurrency, ensuring efficient communication between tools and devices. The server also includes features such as automatic message forwarding, intelligent connection management, and comprehensive error handling with logging capabilities. In addition to its core functionalities, the server provides monitoring and statistical insights through connection statistics and health check interfaces. It supports flexible configuration file management for easy deployment and maintenance, making it a robust solution for developers looking to integrate with Xiaozhi's ecosystem.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-endpoint-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-endpoint-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions