Multi-Tenant Model Context Protocol Server - Enterprise-grade MCP with OAuth, rate limiting, analytics, and 44+ tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chittymcp": {
"command": "npx",
"args": [
"-y",
"chittyos/chittymcp"
]
}
}
}
Run in terminal:
claude mcp add chittymcp npx -y chittyos/chittymcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"chittymcp": {
"command": "npx",
"args": [
"-y",
"chittyos/chittymcp"
]
}
}
}