mcpbeat Sign in

Abell MCP Server

local only

Abell runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 17 Sep 2025.

AI tools related to Abell. Currently includes MCP of Abell

No commits for 12 months.

Installs per day peak 27 · avg 8 · +0% w/w
a month agotoday
35
Installs / week
npm · abell-ai
443
Stars
14 open issues
17 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

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.

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 abell -- npx -y abell-ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "abell": {
      "args": [
        "-y",
        "abell-ai"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.abell]
command = "npx"
args = ["-y", "abell-ai"]
.cursor/mcp.json
{
  "mcpServers": {
    "abell": {
      "args": [
        "-y",
        "abell-ai"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "abell": {
      "args": [
        "-y",
        "abell-ai"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Abell

same job, measured the same way
Anagent
by jaytahir

A registry of AI agent tools — MCP servers, APIs, CLIs, SDKs — kept current by automated ingestion.

2 tools answering
Public Data Ukraine Mcp
by varvararatta

Public Data Ukraine Mcp connects AI agents to real public APIs via MCP. Tools include

5 tools answering
Web Content Extract Mcp
by varvararatta

Web Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include

5 tools answering
Htmlpdf Transform Mcp
by varvararatta

Htmlpdf Transform Mcp connects AI agents to real public APIs via MCP. Tools include

5 tools answering
Agentswitchboard
by assafbar2

Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.

3 tools answering
I
Ambiscribe
by ambiscribe

Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools.

answering
Agentic.ai Directory
by u00dxk2

Independent directory of agentic AI tools — search, compare & recommend via MCP. Read-only.

10 tools answering
MCP Epochs
by daedalus

MCP tool that provides current Unix timestamp

60 installs/wk local only

Abell — questions

Answers built from our own checks of this server.

Why is there no uptime for Abell?
Abell 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 abell-ai was installed 35 times last week.
Is Abell still maintained?
No commits for 12 months. 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 Abell?
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 abell-ai straight from npm; nothing to host, nothing to sign up for.
How many people use Abell?
The npm package abell-ai was installed 35 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Abell open source?
Yes — it is published under the MIT licence, written in TypeScript, 443 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.