Pylon MCP Server

Access and manage Pylon customer support data through an MCP-compliant interface.

Data last scanned last week · Reviewed last month

55 dangerous tools32 tools4JavaScriptMIT

Overview

The Pylon MCP Server provides a comprehensive set of tools to interact with the Pylon customer support platform directly from your MCP-compatible environment. It enables users to list, search, create, update, and delete accounts, contacts, issues, and teams, facilitating deeper integration between support workflows and AI agents. To use the server, users must configure it with a valid Pylon API token, which can be generated by an Admin through the Pylon dashboard. The server is installed using Node.js and integrates into environments like Claude Desktop or Claude Code by providing the necessary command and environment file paths.

Our verdict

This project carries a high-risk score of 35/100, primarily because the authentication method and read-only mode safety have not been reviewed. Additionally, it is a community-maintained project rather than an official vendor release. Users should proceed with caution and verify the codebase before connecting it to production customer data, as it allows for destructive actions like account and issue deletion.

  • Small dependency footprint with only two direct dependencies.
  • Active development with recent commits.
  • Comprehensive toolset covering account, contact, and issue management.
  • High-risk security score due to lack of security reviews.
  • Not maintained by the official Pylon vendor.
  • Includes destructive tools like delete operations without reviewed safety mechanisms.

Setup

Claude Desktop
{
  "mcpServers": {
    "pylon-mcp": {
      "args": [
        "-y",
        "pylon-mcp"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Tools

ToolDescriptionRisk
pylon_get_organizationGet information about your Pylon organizationlow
pylon_list_accountsList all accounts with paginationlow
pylon_get_accountGet a specific account by IDlow
pylon_create_accountCreate a new accountmedium
pylon_update_accountUpdate an existing accountmedium
pylon_delete_accountDelete an accounthigh
pylon_search_accountsSearch accounts with filterslow
pylon_list_contactsList all contacts with paginationlow
pylon_get_contactGet a specific contact by IDlow
pylon_create_contactCreate a new contactmedium

Compatibility

ClientLocalDockerRemoteRead-only
ChatGPT
Claude Desktop
Cursor
VS Code
Windsurf

Frequently asked questions

What permissions are required to use this MCP server?

You must be an Admin user in Pylon to generate the required API token from the Pylon dashboard.

What software prerequisites are needed to run this server?

The server requires Node.js version 24 or higher and uses pnpm for dependency management.

How do I configure the server's environment variables?

Copy the .env.example file to .env and insert your Pylon API token into the PYLON_API_TOKEN field.

Does this server support managing issues and contacts?

Yes, it provides tools for listing, creating, updating, searching, and deleting both Pylon accounts, contacts, and issues.

Alternatives

Changelog

Badge

Pylon MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.