
ConduitAI
Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI without tab-hopping across registries.
Overview
conduitAI is a MCP server for the Build phase that lets agents search, browse, and install MCP servers, skills, and plugins from the conduitAI catalog.
What is this MCP server?
- npm package @conduitai-app/mcp-server version 1.299.1 with stdio transport
- Search and install MCP servers, agents, skills, and plugins from conduitAI
- Optional CONDUITAI_TOKEN or interactive authentication
- Website conduitai.app and GitHub monorepo packages/mcp-server
- Curated marketplace workflow inside the agent instead of manual JSON edits only
- npm identifier @conduitai-app/mcp-server
- Transport: stdio
What problem does it solve?
You lose hours hunting registries and copy-pasting MCP configs when what you really need is one agent-native way to find and add tools.
Who is it for?
Solo builders who constantly extend Claude Code or Cursor and want marketplace search inside MCP.
Skip if: Teams forbidden from third-party marketplaces, air-gapped environments, or builders who already pinned a fixed minimal MCP set.
What do I get? / Deliverables
After connecting stdio MCP, your agent can discover and install conduitAI-listed servers and plugins without leaving the coding session.
- Catalog search results for MCP servers and skills
- Installed plugins or servers into your agent setup
- Faster tool discovery across the solo-builder journey
Recommended MCP Servers
Journey fit
Build agent-tooling is the first shelf where you wire capabilities into Claude Code or Cursor; discovery is equally needed earlier and later, so journey-wide scope fits. Agent-tooling captures catalog search and install actions that extend what your coding agent can call via MCP.
How it compares
In-agent plugin marketplace MCP, not a single-purpose API connector like EDINET or browser QA.
Common Questions / FAQ
Who is ConduitAI for?
Indie developers and agent power users who install MCP servers and skills frequently and want catalog search from the same client they code in.
When should I use ConduitAI?
Use it whenever you need a new MCP server, skill, or plugin and prefer agent-guided browse-and-install over manual registry hunting.
How do I add ConduitAI to my agent?
Add npm @conduitai-app/mcp-server as a stdio MCP server, set CONDUITAI_TOKEN if you have one, otherwise authenticate interactively per package docs.