Servers
mcpx-py
@dylibso
Python client library for https://mcp.run - call portable & secure tools for your AI Agents and Apps
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpx-py": {
"command": "npx",
"args": [
"--yes",
"-p",
"@dylibso/mcpx",
"gen-session",
"--write"
]
}
}
}