io.github.contactxyz-admin/morningform MCP Server
io.github.contactxyz-admin/morningform
What is the io.github.contactxyz-admin/morningform MCP server?
stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.
How to install io.github.contactxyz-admin/morningform
Copy-paste configuration for popular MCP clients.
MORNINGFORM_TOKENrequiredsecretBearer token issued from https://morning-form.vercel.app/settings/integrations/claude
MORNINGFORM_URLServer endpoint override. Defaults to the production MorningForm host. Only override for local dev — controls where your bearer token is sent.
{
"mcpServers": {
"morningform": {
"command": "npx",
"args": [
"-y",
"@morningform/mcp"
],
"env": {
"MORNINGFORM_TOKEN": "<YOUR_MORNINGFORM_TOKEN>",
"MORNINGFORM_URL": "<YOUR_MORNINGFORM_URL>"
}
}
}
}{
"mcpServers": {
"morningform": {
"command": "npx",
"args": [
"-y",
"@morningform/mcp"
],
"env": {
"MORNINGFORM_TOKEN": "<YOUR_MORNINGFORM_TOKEN>",
"MORNINGFORM_URL": "<YOUR_MORNINGFORM_URL>"
}
}
}
}{
"mcpServers": {
"morningform": {
"command": "npx",
"args": [
"-y",
"@morningform/mcp"
],
"env": {
"MORNINGFORM_TOKEN": "<YOUR_MORNINGFORM_TOKEN>",
"MORNINGFORM_URL": "<YOUR_MORNINGFORM_URL>"
}
}
}
}{
"servers": {
"morningform": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@morningform/mcp"
],
"env": {
"MORNINGFORM_TOKEN": "<YOUR_MORNINGFORM_TOKEN>",
"MORNINGFORM_URL": "<YOUR_MORNINGFORM_URL>"
}
}
}
}claude mcp add morningform --env MORNINGFORM_TOKEN=<YOUR_MORNINGFORM_TOKEN> --env MORNINGFORM_URL=<YOUR_MORNINGFORM_URL> -- npx -y @morningform/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.