What is the Homespun MCP server?
Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.
How to install Homespun
Copy-paste configuration for popular MCP clients.
HOMESPUN_API_KEYsecretHomespun agent API key. If unset, the server auto-registers a fresh agent against the relay on first use and saves the key to the shared CLI store (~/.config/homespun/config.json).
HOMESPUN_URLHomespun relay base URL. Defaults to the hosted relay https://homespun.dev; set this to point at a different relay.
HOMESPUN_AGENT_NAMEDisplay name for the auto-registered agent on the relay.
HOMESPUN_REGISTER_SECRETsecretRegistration secret, required only for relays running REGISTRATION_MODE=secret.
{
"mcpServers": {
"homespun": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
],
"env": {
"HOMESPUN_API_KEY": "<YOUR_HOMESPUN_API_KEY>",
"HOMESPUN_URL": "<YOUR_HOMESPUN_URL>",
"HOMESPUN_AGENT_NAME": "<YOUR_HOMESPUN_AGENT_NAME>",
"HOMESPUN_REGISTER_SECRET": "<YOUR_HOMESPUN_REGISTER_SECRET>"
}
}
}
}{
"mcpServers": {
"homespun": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
],
"env": {
"HOMESPUN_API_KEY": "<YOUR_HOMESPUN_API_KEY>",
"HOMESPUN_URL": "<YOUR_HOMESPUN_URL>",
"HOMESPUN_AGENT_NAME": "<YOUR_HOMESPUN_AGENT_NAME>",
"HOMESPUN_REGISTER_SECRET": "<YOUR_HOMESPUN_REGISTER_SECRET>"
}
}
}
}{
"mcpServers": {
"homespun": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
],
"env": {
"HOMESPUN_API_KEY": "<YOUR_HOMESPUN_API_KEY>",
"HOMESPUN_URL": "<YOUR_HOMESPUN_URL>",
"HOMESPUN_AGENT_NAME": "<YOUR_HOMESPUN_AGENT_NAME>",
"HOMESPUN_REGISTER_SECRET": "<YOUR_HOMESPUN_REGISTER_SECRET>"
}
}
}
}{
"servers": {
"homespun": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
],
"env": {
"HOMESPUN_API_KEY": "<YOUR_HOMESPUN_API_KEY>",
"HOMESPUN_URL": "<YOUR_HOMESPUN_URL>",
"HOMESPUN_AGENT_NAME": "<YOUR_HOMESPUN_AGENT_NAME>",
"HOMESPUN_REGISTER_SECRET": "<YOUR_HOMESPUN_REGISTER_SECRET>"
}
}
}
}claude mcp add homespun --env HOMESPUN_API_KEY=<YOUR_HOMESPUN_API_KEY> --env HOMESPUN_URL=<YOUR_HOMESPUN_URL> --env HOMESPUN_AGENT_NAME=<YOUR_HOMESPUN_AGENT_NAME> --env HOMESPUN_REGISTER_SECRET=<YOUR_HOMESPUN_REGISTER_SECRET> -- npx -y @homespunapps/mcpRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.
Netdata
Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.
Scrapling MCP Server
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.