
mcprouter
api router for MCP Servers
Repository Info
About This Server
api router for MCP Servers
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
mcprouter
OpenRouter for MCP Servers
!mcp-infa
Start Proxy Server
- edit config file
cp .env.example.toml .env.toml
edit .env.toml as needed.
- start proxy server
go run main.go proxy
- add Proxy URL to MCP Client like Cursor
http://localhost:8025/sse/fetch
make sure you have set mcp_server_commands.fetch in .env.toml
Start API Server
- edit config file
cp .env.example.toml .env.toml
edit .env.toml as needed.
- start api server
go run main.go api
- request api with curl
curl -X POST http://127.0.0.1:8027/v1/list-tools \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer fetch'
make sure you have set mcp_server_commands.fetch in .env.toml
Quick Start
Clone the repository
git clone https://github.com/chatmcp/mcprouterInstall dependencies
cd mcprouter
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.