mcpbeat Sign in

conduitAI MCP Server

by akbaraziz Your server? Claim it
local only

conduitAI runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm.

Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 20 · avg 8 · +112% w/w
a month agotoday
59
Installs / week
npm · @conduitai-app/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository akbaraziz/conduitai-bolt
пакет @conduitai-app/mcp-server ссылается на conduit-technologies/conduitai-claude-plugins

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add conduitai -- npx -y @conduitai-app/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "conduitai": {
      "args": [
        "-y",
        "@conduitai-app/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.conduitai]
command = "npx"
args = ["-y", "@conduitai-app/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "conduitai": {
      "args": [
        "-y",
        "@conduitai-app/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "conduitai": {
      "args": [
        "-y",
        "@conduitai-app/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CONDUITAI_TOKEN (conduitAI authentication token (optional — authenticate interactively instead)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to conduitAI

same job, measured the same way
Loaditout
by loaditoutadmin

Search and install 20,000+ security-graded MCP servers and agent skills.

36 installs/wk local only
Meta Agent Tools
by agentalog

Registry of MCP servers, agent skills and plugins: search, filter, comments, likes, publish.

29 tools answering
Skills Hub
by tinh2

Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.

55 installs/wk 4 tools answering
Skillsindex
by thomasblc

Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.

38 installs/wk local only
Remote OpenClaw
by aidevelopers2

Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.

47 installs/wk local only
Skillmd
by skillmd

Search, fetch, lint, and install Agent Skills (SKILL.md) from the SkillMD registry.

397 installs/wk 5 tools answering
Skillflow
by rafsilva85

Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace.

45 installs/wk local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only

conduitAI — questions

Answers built from our own checks of this server.

Why is there no uptime for conduitAI?
conduitAI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @conduitai-app/mcp-server was installed 59 times last week.
Is conduitAI still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect conduitAI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @conduitai-app/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use conduitAI?
The npm package @conduitai-app/mcp-server was installed 59 times in the last week. Week over week that is +112%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.