PluginBench
MCP Server
Active
MIT

io.github.JustinBeckwith/pylon-mcp MCP Server

io.github.JustinBeckwith/pylon-mcp

What is the io.github.JustinBeckwith/pylon-mcp MCP server?

MCP server for Pylon customer support platform

How to install io.github.JustinBeckwith/pylon-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pylon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pylon-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pylon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pylon-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pylon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pylon-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pylon-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pylon-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add pylon-mcp -- npx -y pylon-mcp

Related MCP servers

MCP server for Gong.io - access calls, transcripts, and users

15
TypeScript
MIT
View repository →

MCP server for link checking using linkinator

3
TypeScript
MIT
View repository →