M
MCP Severs
Build MCP servers with FastMCP and connect them to any LLM. Includes API server, browser automation and integration with LangChain using mcp-use.
Created 10/19/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-severs
Cursor configuration (mcp.json)
{
"mcpServers": {
"sumanmadipeddi-mcp-severs": {
"command": "uvx",
"args": [
"mcp-severs"
]
}
}
}