About
MCP server for Pylon customer support platform
Security Report
Valid MCP server (2 strong, 4 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).
5 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-justinbeckwith-pylon-mcp": {
"args": [
"-y",
"pylon-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
pylon-mcp
MCP (Model Context Protocol) server for Pylon customer support platform.
Installation
corepack enable
pnpm install
pnpm run build
Configuration
-
Copy the example environment file:
cp .env.example .env -
Edit
.envand add your Pylon API token:PYLON_API_TOKEN=your_api_token_here
You can generate an API token from the Pylon dashboard. Note: Only Admin users can create API tokens.
Usage
With Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"pylon": {
"command": "node",
"args": ["--env-file", "/path/to/pylon-mcp/.env", "/path/to/pylon-mcp/dist/index.js"]
}
}
}
With Claude Code
Add to your Claude Code MCP settings:
{
"mcpServers": {
"pylon": {
"command": "node",
"args": ["--env-file", "/path/to/pylon-mcp/.env", "/path/to/pylon-mcp/dist/index.js"]
}
}
}
Available Tools
Organization
pylon_get_organization- Get information about your Pylon organization
Accounts
pylon_list_accounts- List all accounts with paginationpylon_get_account- Get a specific account by IDpylon_create_account- Create a new accountpylon_update_account- Update an existing accountpylon_delete_account- Delete an accountpylon_search_accounts- Search accounts with filters
Contacts
pylon_list_contacts- List all contacts with paginationpylon_get_contact- Get a specific contact by IDpylon_create_contact- Create a new contactpylon_update_contact- Update an existing contactpylon_delete_contact- Delete a contactpylon_search_contacts- Search contacts with filters
Issues
pylon_list_issues- List issues within a time rangepylon_get_issue- Get a specific issue by IDpylon_create_issue- Create a new issue/ticketpylon_update_issue- Update an existing issuepylon_delete_issue- Delete an issuepylon_search_issues- Search issues with filterspylon_snooze_issue- Snooze an issue until a specific timepylon_get_issue_followers- Get issue followerspylon_update_issue_followers- Add/remove issue followers
Messages
pylon_redact_message- Redact a message from an issue
Tags
pylon_list_tags- List all tagspylon_get_tag- Get a specific tag by IDpylon_create_tag- Create a new tagpylon_update_tag- Update an existing tagpylon_delete_tag- Delete a tag
Teams
pylon_list_teams- List all teamspylon_get_team- Get a specific team by IDpylon_create_team- Create a new teampylon_update_team- Update an existing team
Requirements
- Node.js 24+
- Pylon API token (Admin access required)
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
