pyscn
Rank #314io.github.ludo-technologies/pyscn
Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.
pyscn is a Model Context Protocol (MCP) server published by ludo-technologies. It ranks #314 of 120,698 servers tracked on MCP Toplist, and its repository has 1,041 GitHub stars. pyscn is listed on Official MCP, with 5 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 120,384 of 120,698 servers on MCP Toplist.
Use pyscn
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pyscn -e "PYSCN_CONFIG=<your PYSCN_CONFIG>" -- uvx pyscn-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pyscn]
command = "uvx"
args = ["pyscn-mcp"]
[mcp_servers.pyscn.env]
PYSCN_CONFIG = "<your PYSCN_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pyscn": {
"command": "uvx",
"args": [
"pyscn-mcp"
],
"env": {
"PYSCN_CONFIG": "<your PYSCN_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pyscn": {
"command": "uvx",
"args": [
"pyscn-mcp"
],
"env": {
"PYSCN_CONFIG": "<your PYSCN_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pyscn": {
"type": "stdio",
"command": "uvx",
"args": [
"pyscn-mcp"
],
"env": {
"PYSCN_CONFIG": "<your PYSCN_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pyscn": {
"command": "uvx",
"args": [
"pyscn-mcp"
],
"env": {
"PYSCN_CONFIG": "<your PYSCN_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pyscn": {
"command": "uvx",
"args": [
"pyscn-mcp"
],
"env": {
"PYSCN_CONFIG": "<your PYSCN_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
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.ludo-technologies%2Fpyscn)<a href="https://mcptoplist.com/server/io.github.ludo-technologies%2Fpyscn"><img src="https://mcptoplist.com/badge/io.github.ludo-technologies%2Fpyscn.svg" alt="MCP Toplist: Top 1% of 120,698" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ludo-technologies
Available versions (5)
| Version | Published |
|---|---|
| 1.30.1 | Sep 2, 2026 |
| 1.30.0 | Aug 26, 2026 |
| 1.29.1 | Aug 16, 2026 |
| 1.29.0 | Jul 27, 2026 |
| 1.28.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains pyscn?
- pyscn is maintained by ludo-technologies, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is pyscn listed on the Official MCP Registry?
- Yes — pyscn is listed on the Official MCP Registry.
- How many versions does pyscn have?
- MCP Toplist tracks 5 versions of pyscn, most recently published on Sep 2, 2026.
- Where can I find the source code for pyscn?
- The source code for pyscn is hosted at github.com/ludo-technologies/pyscn.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.