Loading MCP server directory, please wait...
stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.
npx @getmcp/cli add io.github.contactxyz-admin/morningformRequires Node.js 18+. Community-contributed server. Review source before installing.
MORNINGFORM_TOKENBearer token issued from https://morning-form.vercel.app/settings/integrations/claude
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.contactxyz-admin/morningform": {
"command": "npx",
"args": [
"-y",
"@morningform/mcp"
],
"env": {
"MORNINGFORM_TOKEN": "",
"MORNINGFORM_URL": ""
}
}
}
}