conduitAI
Rank #2,067io.github.akbaraziz/conduitai
Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.
conduitAI is a Model Context Protocol (MCP) server published by akbaraziz. It ranks #2,067 of 132,046 servers tracked on MCP Toplist, and its repository has 71 GitHub stars. conduitAI is listed on Official MCP, with 6 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 129,979 of 132,046 servers on MCP Toplist.
Use conduitAI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add conduitai -e "CONDUITAI_TOKEN=<your CONDUITAI_TOKEN>" -- npx -y @conduitai-app/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.conduitai]
command = "npx"
args = ["-y", "@conduitai-app/mcp-server"]
[mcp_servers.conduitai.env]
CONDUITAI_TOKEN = "<your CONDUITAI_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
],
"env": {
"CONDUITAI_TOKEN": "<your CONDUITAI_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
],
"env": {
"CONDUITAI_TOKEN": "<your CONDUITAI_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"conduitai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
],
"env": {
"CONDUITAI_TOKEN": "<your CONDUITAI_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
],
"env": {
"CONDUITAI_TOKEN": "<your CONDUITAI_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
],
"env": {
"CONDUITAI_TOKEN": "<your CONDUITAI_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.akbaraziz%2Fconduitai)<a href="https://mcptoplist.com/server/io.github.akbaraziz%2Fconduitai"><img src="https://mcptoplist.com/badge/io.github.akbaraziz%2Fconduitai.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
akbaraziz
Available versions (6)
| Version | Published |
|---|---|
| 1.299.1 | Jun 7, 2026 |
| 1.299.0 | May 9, 2026 |
| 0.3.0 | Apr 14, 2026 |
| 0.2.1 | Apr 10, 2026 |
| 0.1.1 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains conduitAI?
- conduitAI is maintained by akbaraziz, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is conduitAI listed on the Official MCP Registry?
- Yes — conduitAI is listed on the Official MCP Registry.
- How many versions does conduitAI have?
- MCP Toplist tracks 6 versions of conduitAI, most recently published on Jun 7, 2026.
- Where can I find the source code for conduitAI?
- The source code for conduitAI is hosted at github.com/akbaraziz/conduitai-bolt.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.