RapidAPI_mcp
1
RapidAPI MCP is related to setting up and managing an MCP server using tools like fastmcp. The project involves automated server installation and debugging capabilities.
RapidAPI MCP
uv add -r requirements.txt
# install the server in Claude (and restart Claude manually)
fastmcp install server.py
# debug in the inspector
fastmcp dev server.py
claude config
"RapidAPI": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"--with",
"requests",
"fastmcp",
"run",
"/Users/{YOUR_USERNAME}/Documents/rapidapi_mcp/server.py"
]
}