Unified MCP Streamable HTTP 2025-11-25 transport, OAuth 2.1 Authorization Server, lifecycle management, install automation, and shared embedding daemon for the n24q02m MCP ecosystem.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-core": {
"command": "uvx",
"args": [
"mcp-core"
]
}
}
}
Run in terminal:
claude mcp add mcp-core uvx mcp-core
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-core": {
"command": "uvx",
"args": [
"mcp-core"
]
}
}
}
Or install with pip: pip install mcp-core