MCP Server
Convictional exposes a Model Context Protocol (MCP) server that lets your MCP-capable app access your organizational data including goals, tasks, posts, and more.
What You Can Do
Once connected, your AI assistant can:
- Goals: List, search, and retrieve goals and subgoals, including comments
- Tasks: List, search, and retrieve tasks and subtasks, including comments
- Meetings: Search across meetings content and data
- Emails: Search across meetings content, shared emails, and assignments
- Posts: Search posts content and comments
- Account info: Identify the currently authenticated user
Server URL
https://convictional.com/mcpAuthentication
The MCP server uses Google OAuth. When you connect for the first time, your AI client will open a browser window to complete a Google sign-in — use the same Google account you use to log into Convictional.
Connect with Claude Desktop
- Open your Settings, and navigate to Connectors > Add custom connector
- Add https://convictional.com/mcp
Alternatively:
- Open your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add the Convictional server under
mcpServers:
json
{
"mcpServers": {
"convictional": {
"url": "https://convictional.com/mcp"
}
}
}- Save the file and restart Claude Desktop.
- On first use, Claude Desktop will prompt you to authenticate with Google.
Connect with Claude Code
- Run the following command in your terminal:
bash
claude mcp add --transport http convictional https://convictional.com/mcp- Inside Claude Code, run
/mcpto authenticate with Google.
Connect with Cursor
- Open your Cursor MCP configuration file at
.cursor/mcp.jsonin your project root (or the global config at~/.cursor/mcp.json). - Add the Convictional server:
json
{
"mcpServers": {
"convictional": {
"url": "https://convictional.com/mcp"
}
}
}- Restart Cursor and authenticate with Google when prompted.
Verify the Connection
Ask your AI assistant: "Who am I in Convictional?" or "List my open goals." A successful response confirms the connection is working.
Need Help?
If you run into issues during setup, reach out to our support team and we'll be happy to help.