Connect Sprid
Needed for live results and publishing. A first local review and draft work without it.
Claude Code
With the Sprid plugin installed, open /mcp in Claude Code and sign in to Sprid. If you installed only the skills, add the connection with the command below.
claude mcp add --transport http sprid 'https://api.sprid.studio/api/mcp?surface=core' Approve your workspace in the browser, then ask your agent to list your Sprid accounts.
Codex
If Sprid is already listed in /mcp, use its sign-in action. Otherwise, add the connection from your terminal:
codex mcp add sprid --url 'https://api.sprid.studio/api/mcp?surface=core'
codex mcp login sprid Approve your workspace in the browser, then ask your agent to list your Sprid accounts.
Cursor
In Cursor’s MCP settings, add Sprid as a remote server using this configuration. Then sign in when prompted.
{
"mcpServers": {
"sprid": {
"url": "https://api.sprid.studio/api/mcp?surface=core"
}
}
} Approve your workspace in the browser, then ask your agent to list your Sprid accounts.
OpenClaw
Use the Sprid CLI from your agent’s local workspace. Sign in through the browser, then ask your agent to run sprid status.
npm install -g @sprid/cli
sprid login
sprid status Approve your workspace in the browser, then ask your agent to list your Sprid accounts.
Claude
Read the prompt
Help me market my project with Sprid. Ask me for its website or store listing, then use the Sprid connector to review it and prepare a first draft I can check. Start with Sprid’s chat guide.
Don’t publish, deploy, spend money or change accounts without asking me. I came from the Sprid website.Connect Sprid
In Claude, open Customize → Connectors → Add custom connector. Name it Sprid and use this address, then sign in.
https://api.sprid.studio/api/mcp?surface=core Enable Sprid in your conversation, then paste the prompt above.
Sprid sign-in required. Your agent checks the connection before continuing.
ChatGPT
Read the prompt
Help me market my project with Sprid. Ask me for its website or store listing, then use the Sprid connector to review it and prepare a first draft I can check. Start with Sprid’s chat guide.
Don’t publish, deploy, spend money or change accounts without asking me. I came from the Sprid website.Connect Sprid
Enable Developer mode in Settings → Security and login. In Plugins, use the plus button to add Sprid with this MCP address, then complete sign-in. Availability depends on your account and workspace policy.
https://api.sprid.studio/api/mcp?surface=core Enable Sprid in your conversation, then paste the prompt above.
Sprid sign-in required. Your agent checks the connection before continuing.
your chat
Read the prompt
Help me market my project with Sprid. Ask me for its website or store listing, then use the Sprid connector to review it and prepare a first draft I can check. Start with Sprid’s chat guide.
Don’t publish, deploy, spend money or change accounts without asking me. I came from the Sprid website.Connect Sprid
Add a Streamable HTTP MCP server named Sprid using this address. Complete browser sign-in if your client supports OAuth. For clients without OAuth, follow the token setup in the MCP guide.
https://api.sprid.studio/api/mcp?surface=core Enable Sprid in your conversation, then paste the prompt above.
Sprid sign-in required. Your agent checks the connection before continuing.
Token and local-command setup ↗Other
Add a remote HTTP MCP server in your client’s settings, using this address. Choose browser sign-in if your client supports it.
https://api.sprid.studio/api/mcp?surface=core Approve your workspace in the browser, then ask your agent to list your Sprid accounts.
Your draft and decisions give the next session a place to start.
Start in Sprid insteadCheck it works
Ask your agent:
List my Sprid accounts.
Check the names it returns before making changes. If sign-in fails, reconnect in your agent’s MCP settings.
Connect a service
Ask your agent, for example: “Help me connect PostHog to Sprid.” It follows the service’s guide and runs a live check, since a saved key alone doesn’t prove access. Then it can query that service through Sprid.
Read a guide in your terminal
sprid docs posthog Replace posthog with the service.
Other clients
My remote client does not support OAuth
Use the same Streamable HTTP address with a personal access token in the Authorization: Bearer header.
My client needs a local command
Install the CLI and sign in:
npm install -g @sprid/cli
sprid login Add an MCP server with command sprid and arguments ["mcp"]. It uses your saved login, so no token goes into the agent.
Show the full tool list
Change surface=core to surface=all, or run sprid mcp --surface all. Your token’s permissions still apply.