MCP server
Prosper planEnterprise plan
Connect your AI to ProsperStack
The ProsperStack MCP server lets AI tools like Claude and ChatGPT connect to your ProsperStack data through the Model Context Protocol (MCP). Your AI tool can then search and read your data with the same access as your dashboard login.
Claude
Free, Pro and Max plans
-
Go to Customize > Connectors in Claude.
-
Click +, then Add custom connector.
-
Enter the URL and click Add:
https://mcp.prosperstack.com/v1 -
Find the ProsperStack connector in the list and click Connect.
-
Sign in to ProsperStack.
Team and Enterprise plans
On Team and Enterprise plans, an Owner adds the connector once and each member then connects individually.
For Owners:
-
Click Add, then choose Custom > Web.
-
Enter the URL and click Add:
https://mcp.prosperstack.com/v1
For members:
-
Go to Customize > Connectors.
-
Find the ProsperStack connector and click Connect.
-
Sign in to ProsperStack.
Claude Code
Run this command in your terminal:
claude mcp add --transport http prosperstack https://mcp.prosperstack.com/v1
Then run /mcp in Claude Code and follow the sign-in flow.
ChatGPT
Custom MCP connectors require ChatGPT developer mode and are available on Plus, Pro, Business, Enterprise and Edu plans.
-
Go to Settings > Apps & Connectors > Advanced settings and turn on Developer mode.
-
Go back to Settings > Apps & Connectors and click Create.
-
Enter a name and the MCP server URL:
https://mcp.prosperstack.com/v1 -
Set the authentication mode to OAuth, then click Create.
-
Sign in to ProsperStack.
Cursor
-
Open Cursor Settings → MCP & Integrations → Add custom MCP.
-
Paste the following configuration:
{"mcpServers": {"prosperstack": {"url": "https://mcp.prosperstack.com/v1"}}} -
Save and restart Cursor. The first time you use a ProsperStack tool, sign in to ProsperStack.
VS Code (GitHub Copilot)
-
Create a
.vscode/mcp.jsonfile in your workspace:{"servers": {"prosperstack": {"type": "http","url": "https://mcp.prosperstack.com/v1"}}} -
Open the command palette (
Cmd+Shift+P/Ctrl+Shift+P) and run MCP: List Servers. -
Start the ProsperStack server and sign in.
Codex
-
Add the ProsperStack server to
~/.codex/config.toml:[mcp_servers.prosperstack]url = "https://mcp.prosperstack.com/v1" -
Sign in by running:
codex mcp login prosperstack
Zed
Add the server to your Zed settings.json:
{
"context_servers": {
"prosperstack": {
"source": "custom",
"url": "https://mcp.prosperstack.com/v1"
}
}
}
The first time you use a ProsperStack tool, sign in to ProsperStack.
Windsurf
-
Open Windsurf Settings and search for MCP.
-
Click View raw config to open
mcp_config.json. -
Add the ProsperStack server configuration:
{"mcpServers": {"prosperstack": {"serverUrl": "https://mcp.prosperstack.com/v1"}}} -
Save and restart Windsurf, then sign in to ProsperStack.
Other tools
The ProsperStack MCP server is a remote MCP server at
https://mcp.prosperstack.com/v1. Most AI tools that support MCP let you
connect to a remote server by entering its URL.
Reach out to support@prosperstack.com if you need help connecting your AI tool.
Multi-account users
If you have access to multiple ProsperStack accounts, the assistant will ask which account to use (live or test) before making other calls.