MCP server URL
What you get
The MCP server exposes two tools:| Tool | Purpose |
|---|---|
| Search | Find relevant pages across Phinite Docs by query |
| Query docs filesystem | Read full page content, browse sections, or batch-read multiple pages |
skill.md as an MCP resource, which summarizes what you can build with Phinite (assistants, Graph Studio, DevStudio, triggers, builds, and observability).
Connect in Cursor
Open MCP settings
Press Command + Shift + P (Ctrl + Shift + P on Windows), search for Open MCP settings, then click Add custom MCP.
Connect in VS Code
Create or edit.vscode/mcp.json in your project:
Connect in Claude
Add a custom connector
Open Claude Connectors, click Add custom connector, and enter:
- Name:
Phinite Docs - URL:
https://docs.phinite.ai/docs/mcp
Connect in Claude Code
Install as a skill
To add Phinite capabilities to an agent’s context without MCP, run:skill.md so agents know when and how to use Phinite.
Discovery endpoint
Agents can auto-discover the MCP server at:Phinite Docs is deployed under the
/docs path. Use https://docs.phinite.ai/docs/mcp, not the site root.Related resources
- Glossary — key Phinite terms
- Quick Start — build your first assistant
- Mintlify MCP documentation