A production-ready TypeScript framework for building Model Context Protocol servers
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-server-framework": {
"command": "npx",
"args": [
"-y",
"MP-Tool/MCP-Server-Framework"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-framework npx -y MP-Tool/MCP-Server-Framework
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-framework": {
"command": "npx",
"args": [
"-y",
"MP-Tool/MCP-Server-Framework"
]
}
}
}