ninagant/mcp_server
This project provides a set of Python scripts and server components for interacting with the MCP (Model Context Protocol) server, integrating with Anthropic's Claude LLM, and exposing tools via SSE and stdio transports.
Platform-specific configuration:
{
"mcpServers": {
"mcp_server": {
"command": "npx",
"args": [
"-y",
"mcp_server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...