JustLearningMX/mcp-client-python
Project about a MCP client in Python using FastAPI. Take inspiration from the Claude Desktop application to make our LLM call the MCP tools from our MCP server and display the results from the tools.
Platform-specific configuration:
{
"mcpServers": {
"mcp-client-python": {
"command": "npx",
"args": [
"-y",
"mcp-client-python"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...