morningform
About
stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MORNINGFORM_TOKEN MORNINGFORM_URLClaude Code
claude mcp add --env MORNINGFORM_TOKEN= --env MORNINGFORM_URL= morningform -- npx @morningform/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"morningform","command":"npx","args":["@morningform/mcp"],"env":{"MORNINGFORM_TOKEN":"","MORNINGFORM_URL":""}}'
JSON
{
"mcpServers": {
"morningform": {
"command": "npx",
"args": [
"@morningform/mcp"
],
"env": {
"MORNINGFORM_TOKEN": "",
"MORNINGFORM_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.