square-codeMCP

Expose Pylon data to AI tools and assistants via Model Context Protocol.

Pylon MCP Server

The Pylon MCP Server exposes Pylon data to AI tools that support the Model Context Protocol (e.g. Claude, ChatGPT, Cursor). AI tools authenticate with your Pylon account via OAuth and can read and update issues, accounts, and contacts within the data you can see in Pylon.

  • Server URL: https://mcp.usepylon.com

  • Auth: OAuth 2.0 (AuthKit). Actions are performed on behalf of the authenticated user; access is scoped to the same data as in the Pylon dashboard.

  • Transport: Streamable HTTP (stateless; no server-side sessions).

Setup in Pylon

Configure and enable the MCP Server from the Pylon dashboard: Settings → AI Controls → MCP Server. Use the MCP URL above in your AI tool. For more detailed instructions see, herearrow-up-right. All tools are scoped to the authenticated user’s organization. Rate limits apply per tool.

Use Case Examples

  • Debug an issue end to end: Solve an issue with Claude Code with a prompt like "debug this <pylon link>" and put up a PR for a bug fix

  • Write a product spec notion doc: Feed it a bunch of issues and use a Claude Code skill to generate a product spec doc based on evidence

  • Ad hoc analysis: Ask a question about a customer in ChatGPT and leverage data from Pylon in addition to other tools like Notion or Linear

Last updated

Was this helpful?