mcpbeat Sign in

AIFeed MCP Server

local only

AIFeed runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from npm. Last commit 22 Sep 2026.

Verify signed AIFeed permissions, fetch token-budgeted markdown, and verify assets for AI agents.

Installs per day peak 133 · avg 4
a month agotoday
133
Installs / week
npm · aifeed-mcp-server
1
Stars
5 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check AIFeed every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to AIFeed

same job, measured the same way
MCP Gera Verify
by gera

Verify UK businesses (FSA/CQC) + signed attestations, mandates & receipts for AI agents.

28 installs/wk local only
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

583 installs/wk local only
AgentiSend
by fortuneflick

Transactional email API for AI agents: verified domains, a per-sender budget, and a kill switch.

440 installs/wk answering
Agentfetch
by bch1212

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

72 installs/wk local only
C
Forage
by forage

Web search and URL-to-markdown for agents. Pay per call in USDC on Base, no signup.

2 tools answering
Tctc MCP
by kofujimura

ERC-7303 token-controlled roles for AI agents: grant, check, and revoke permissions on-chain

198 installs/wk local only
Jobs for AI Agents
by jobsforaiagents

Find funded Base USDC jobs, submit signed actions, and verify escrow settlement.

12 tools answering
VerifiedState Memory
by verifiedstate

Verified memory for AI agents. Signed assertions, billing attestation, session continuity.

answering

AIFeed — questions

Answers built from our own checks of this server.

Why is there no uptime for AIFeed?
AIFeed 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 aifeed-mcp-server was installed 133 times last week.
How do I connect AIFeed?
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 aifeed-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use AIFeed?
The npm package aifeed-mcp-server was installed 133 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AIFeed open source?
Yes — it is published under the MIT licence, written in JavaScript, 1 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.