Archonmcp
@herhu
About Archonmcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"archon-mcp": {
"command": "npx",
"args": [
"-y",
"archon-mcp-client",
"https://archonspecs.dev/mcp/sse?apiKey=your_api_key_here"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Archonmcp?
Archonmcp is a silent, standards-compliant Model Context Protocol (MCP) client bridge that proxies Claude Desktop’s stdio requests directly into an Archon Specs SSE remote backend over HTTPS. It is designed for developers who need a clean, log-free proxy that prevents stdout JSON-RPC pollution, which can crash Claude Desktop’s strict parsers.
How to use Archonmcp?
No installation is required. Configure claude_desktop_config.json to execute the client remotely via npx with the Archon Specs SSE endpoint and your API key. Full documentation is available at https://archonspecs.dev/docs.html.
Key features of Archonmcp
- Completely silent operation – no extraneous stdout logs.
- Natively bridges Claude Desktop stdio to SSE remote backend.
- Guarantees JSON-RPC hygiene for stable Claude Desktop usage.
- Zero-install usage via
npx. - Runs over HTTPS for secure communication.
- Publicly live at https://archonspecs.dev.
Use cases of Archonmcp
- Connecting Claude Desktop to Archon Specs remote architecture compiler backend.
- Replacing local MCP servers with a clean remote proxy without log interference.
- Ensuring stable Claude Desktop operation when using MCP tools over a network.
- Quickly prototyping or testing Archon Specs features from Claude Desktop.
FAQ from Archonmcp
Do I need to install the library?
No. You only need to configure your Claude Desktop configuration file (claude_desktop_config.json) to run it via npx.
How do I configure Archonmcp for Claude Desktop?
Add the provided JSON snippet to your claude_desktop_config.json, replacing your_api_key_here with your actual API key. The command uses npx to fetch and run the latest version of the client.
What transport does Archonmcp use?
It proxies Claude Desktop’s stdio requests into Archon Specs’ Server-Sent Events (SSE) remote backend over HTTPS.
Where can I get an API key and more documentation?
Full documentation, including API key acquisition, is available at https://archonspecs.dev/docs.html.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments