Python
Rank #16,600io.github.Dave-London/python
MCP server providing python capabilities
Python is a Model Context Protocol (MCP) server published by Dave-London. It ranks #16,600 of 115,460 servers tracked on MCP Toplist, and its repository has 138 GitHub stars. Python is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 10, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 98,860 of 115,460 servers on MCP Toplist.
Use Python
claude mcp add python -- npx -y @paretools/python[mcp_servers.python]
command = "npx"
args = ["-y", "@paretools/python"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"python": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Dave-London%2Fpython)<a href="https://mcptoplist.com/server/io.github.Dave-London%2Fpython"><img src="https://mcptoplist.com/badge/io.github.Dave-London%2Fpython.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Dave-London
Available versions (3)
| Version | Published |
|---|---|
| 0.8.0 | Feb 14, 2026 |
| 0.3.0 | Feb 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Python?
- Python is maintained by Dave-London, which publishes 28 MCP servers (61 total versions) tracked on MCP Toplist.
- Is Python listed on the Official MCP Registry?
- Yes — Python is listed on the Official MCP Registry.
- How many versions does Python have?
- MCP Toplist tracks 3 versions of Python, most recently published on Feb 14, 2026.
- Where can I find the source code for Python?
- The source code for Python is hosted at github.com/Dave-London/pare.