Pylon MCP
Rank #8,756io.github.JustinBeckwith/pylon-mcp
MCP server for Pylon customer support platform
Pylon MCP is a Model Context Protocol (MCP) server published by justinbeckwith. It ranks #8,756 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Pylon MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Dec 14, 2025 and most recently updated on Apr 2, 2026.
Ranks ahead of 106,704 of 115,460 servers on MCP Toplist.
Use Pylon MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add pylon-mcp -- npx -y pylon-mcp[mcp_servers.pylon-mcp]
command = "npx"
args = ["-y", "pylon-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pylon-mcp": {
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pylon-mcp": {
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pylon-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pylon-mcp": {
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pylon-mcp": {
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}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.JustinBeckwith%2Fpylon-mcp)<a href="https://mcptoplist.com/server/io.github.JustinBeckwith%2Fpylon-mcp"><img src="https://mcptoplist.com/badge/io.github.JustinBeckwith%2Fpylon-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
justinbeckwith
Other servers by justinbeckwith
View all justinbeckwith servers →Available versions (4)
| Version | Published |
|---|---|
| 1.1.2 | Apr 2, 2026 |
| 1.1.1 | Dec 15, 2025 |
| 1.1.0 | Dec 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pylon MCP?
- Pylon MCP is maintained by justinbeckwith, which publishes 3 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Pylon MCP listed on the Official MCP Registry?
- Yes — Pylon MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Pylon MCP have?
- MCP Toplist tracks 4 versions of Pylon MCP, most recently published on Apr 2, 2026.
- Where can I find the source code for Pylon MCP?
- The source code for Pylon MCP is hosted at github.com/justinbeckwith/pylon-mcp.