1. Conduid
  2. Developer Tools
  3. Chatspeed
MCP server · Developer Tools

Chatspeed

An AI chat proxy with universal tool access, protocol conversion, load balancing, key isolation, prompt enhancement, centralized MCP hub, and built-in WebSearch & WebFetch — more than an AI assistant for chat, translation, mind maps, flowcharts, and search.

67Good

Scored 6 days ago · breakdown

About Chatspeed

Chatspeed is an MCP server published by aidyou in the Developer Tools category: an AI chat proxy with universal tool access, protocol conversion, load balancing, key isolation, prompt enhancement, centralized MCP hub, and built-in WebSearch & WebFetch — more than an AI assistant for chat, translation, mind maps, flowcharts, and search. It has been installed 0 times through Conduid.

The repository has 15 stars and 6 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx chatspeed

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Chatspeed

Powered by Claude · Grounded in docs

I know everything about Chatspeed. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v2.0.13ChatSpeed v2.0.13 · 23 Aug 2026[2.0.13] 🚀 New Features Agent execution controls**: Added per-agent execution-style personality presets and custom styles, with the selected style available from the Workflow quick-actions menu. Moved approval settings and execution-style…
v2.0.12ChatSpeed v2.0.12 · 12 Aug 2026[2.0.12] 🚀 New Features Sandboxed Shell execution**: Added configurable Docker-based sandbox profiles and reusable sandbox schemes for Workflow Agents. Shell commands now select matching sandbox profiles and request approval before safely…
v2.0.11ChatSpeed v2.0.11 · 2 Aug 2026[2.0.11] 🚀 New Features Workflow code editor**: Added an embedded code editor with file-tree integration, editable file previews, and expanded syntax highlighting support. Workflow drafts**: Persisted input drafts so unfinished Workflow…
v2.0.10ChatSpeed v2.0.10 · 30 Jul 2026[2.0.10] 🚀 New Features Workflow planning and review**: Added traceable implementation plans, automatic plan approval, and reviewer handoff support. Added inline model selection, refined configuration actions and interaction handling, and…
v2.0.9ChatSpeed v2.0.9 · 25 Jul 2026[2.0.9] 🚀 New Features More controlled Workflow tools and context**: MCP servers can now expose selected tools to Workflow individually, with authorization requested only when a tool actually needs access. Workflow supports file references…

README

简体中文 | English

[!IMPORTANT] Urgent Update Notice: Due to a critical bug in version 1.2.5, the automatic update feature is non-functional. If you are currently using version 1.2.5, please manually download and install the latest version from the Releases page to restore update capabilities and receive future fixes. We sincerely apologize for this oversight.

ChatSpeed

Forged in Rust, this open-source, high-performance AI assistant is your powerful programming companion and smart desktop hub.

Claude Code Integration Demo

🌟 What can Chatspeed do?

  • 💼 Multi-functional Desktop Assistant: You can use it for translation, creating mind maps, flowcharts, daily conversations, etc., quickly summoned with the shortcut ALT+Z.
  • 🔌 Connect Any Dev Tool: Beyond just Claude Code, you can also connect models to almost any major AI development tool, including Gemini CLI, Cline, Roo Code, and Zed.
  • 💰 Use Claude Code for Free: As a best practice, we provide a detailed tutorial on how to use Claude Code for free.
  • 🚀 MCP Hub:Chatspeed's MCP proxy can provide its own WebSearch and WebFetch tools, along with any MCP tools you've installed, to external clients via the more stable Streamable HTTP protocol. Learn how to centrally manage MCP.

[!CAUTION]

🚀 Core Engine: CCProxy

Chatspeed's power is driven by its core proxy engine, CCProxy. It's a universal adapter built with Rust, focused on:

  1. Protocol Conversion: Seamlessly convert between major protocols like OpenAI-compatible, Claude, Gemini, and Ollama.
  2. Capability Expansion: Expands the capabilities of models that do not natively support tool calling through a tool compatibility mode.
  3. Model Enhancement: CCProxy's prompt injection feature effectively improves the performance of non-Claude models when connected to Claude Code, transforming them from conversational models into professional code assistants.
  4. Reducing User Burden: The tool compatibility mode frees users from worrying about whether a model supports native tool calling, significantly lowering the barrier to entry and mental load.
  5. Security Isolation: CCProxy's keys effectively isolate clients from direct access to AI provider keys, enhancing key security.
  6. Group Management: Supports a proxy grouping feature to restrict client access to specific model groups.
  7. Load Balancing: Effectively mitigates model rate-limiting issues by globally rotating through all configured provider keys.
  8. Simplified Workflow: Say goodbye to repeatedly configuring tools in different IDEs with a unified MCP entry point.

Installation

Windows

  1. Download the .exe installer from the Releases page.
  2. Run the installer and follow the on-screen instructions.
  3. You may see a Windows SmartScreen warning. Click "More info," then "Run anyway" to proceed.

macOS

Download the .dmg file from the Releases page. For Apple Silicon, choose the file with the _aarch64.dmg suffix; for Intel chips, choose the _x86.dmg suffix.

Important Note: On recent versions of macOS, the Gatekeeper security feature may prevent the app from running and show a message that the file is "damaged". This is because the application has not yet been notarized by Apple.

Please use the following terminal command to resolve this issue:

  1. Drag the .app file from the mounted .dmg image to your "Applications" folder.

  2. Open the Terminal app.

  3. Execute the following command (you may need to enter your system password):

    sudo xattr -cr /Applications/Chatspeed.app
    
  4. After the command executes successfully, you can open the application normally.

Linux

  1. Download the .AppImage, .deb, or .rpm file from the Releases page.
  2. For .AppImage files, first grant execute permissions (chmod +x Chatspeed*.AppImage), then run it directly.
  3. For .deb files, use your package manager to install, or install via the command sudo dpkg -i Chatspeed*.deb.
  4. For .rpm files, use your package manager to install, or install via the command sudo rpm -ivh Chatspeed*.rpm.

📚 Learn More

We highly recommend starting with our Official Documentation Website for the best reading and learning experience.

README mirrored from the source repository 6 days ago. The original is authoritative.

Questions

About Chatspeed

How do I install Chatspeed?

Run npx chatspeed, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Chatspeed safe to use with an AI agent?

Its trust score is 67 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Chatspeed still maintained?

Yes — the latest release is v2.0.13 (23 Aug 2026), and the last commit was 6 months ago. The repository has 15 stars and 0 open issues.