News: Morningscore just launched our MCP server in beta as of today May 18th 2026.
Below is a technical guide on how to add Morningscore’s MCP to popular platforms.
This is a beta release ⚠️ Please report any issues in our chat 😊
MCP endpoint: https://mcp.morningscore.io/mcp (include the /mcp path)
API key: app.morningscore.io/settings/api
Auth is via OAuth (browser flow, paste your API key when prompted) or a direct Authorization: Bearer / X-Morningscore-Api-Key header.
Claude
Docs: Get started with custom connectors using remote MCP (April 2026)
Available on Free, Pro, Max, Team, and Enterprise (beta). Free accounts are limited to one custom connector.
Claude connects from Anthropic’s cloud, so the server must be publicly reachable on the internet. If firewalled, allow Anthropic’s IP ranges.
Pro / Max:
- Go to Customize > Connectors.
- Click + then Add custom connector.
- Enter
https://mcp.morningscore.io/mcpas the URL and a name. - Click Add, open the connector, click Connect, and paste your API key when the login page appears.
Team / Enterprise: An Owner adds the connector first under Organization settings > Connectors (Add > Custom > Web > URL). Members then connect via Customize > Connectors.
To toggle per conversation: + (bottom left in chat) > Connectors.
Cursor
Docs: [MCP in Cursor]image.png(https://cursor.com/docs/context/mcp)
Use OAuth so your API key is not stored in config files.
- Open Settings > MCP (or Tools & MCP), add a new remote server, and enter
https://mcp.morningscore.io/mcp. - Cursor will start the OAuth flow. Complete it in the browser and enter your API key on the Morningscore login page.
Or add it manually to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
"mcpServers": {
"morningscore-mcp": {
"url": "https://mcp.morningscore.io/mcp"
}
}
}
Restart Cursor after editing the file. If OAuth does not work, add a headers block with "Authorization": "Bearer ${env:MORNINGSCORE_API_KEY}" as a fallback.
Lovable
Docs: Chat connectors
Custom MCP servers require a paid plan.
- Open Connectors in the left sidebar of your Lovable project.
- Scroll down past the pre-built connectors and click Add MCP server.
- Fill in the dialog:
- Server name:
Morningscore MCP - Server URL:
https://mcp.morningscore.io/mcp - Authentication: leave on OAuth (default)
- Server name:
- Click Add & authorize and enter your API key on our login page