MCP server for Pylon customer support platform
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-justinbeckwith-pylon-mcp": {
"args": [
"-y",
"pylon-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP (Model Context Protocol) server for Pylon customer support platform.
corepack enable
pnpm install
pnpm run build
Copy the example environment file:
cp .env.example .env
Edit .env and 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.
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"]
}
}
}
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"]
}
}
}
pylon_get_organization - Get information about your Pylon organizationpylon_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 filterspylon_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 filterspylon_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 followerspylon_redact_message - Redact a message from an issuepylon_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 tagpylon_list_teams - List all teamspylon_get_team - Get a specific team by IDpylon_create_team - Create a new teampylon_update_team - Update an existing teamMIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.