What is the MeatSpace MCP server?
Human-in-the-loop for AI agents. Submit choices, get a human decision.
How to install MeatSpace
Copy-paste configuration for popular MCP clients.
AuthorizationsecretBearer token for the ask_human tool. Optional — get_service_status and provision_api_key require no auth, so a fresh client can connect without credentials and call provision_api_key to mint a token instantly.
{
"mcpServers": {
"meatspace": {
"url": "https://meatspace.run/api/mcp"
}
}
}{
"mcpServers": {
"meatspace": {
"serverUrl": "https://meatspace.run/api/mcp"
}
}
}{
"servers": {
"meatspace": {
"type": "http",
"url": "https://meatspace.run/api/mcp"
}
}
}{
"mcpServers": {
"meatspace": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://meatspace.run/api/mcp"
]
}
}
}claude mcp add --transport http meatspace https://meatspace.run/api/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.