Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Runitonai Mcp
R
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:16:06 AM

Runitonai Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Read-only MCP connector serving the Run It on AI book; index and Implementation Blocks are free.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "runitonai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "runitonai-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Run It on AI β€” the companion server, in full

This repository is the complete source code of the server that powers the Run It on AI reading companion at mcp.runitonai.com. If you bought the book and connected your AI to it, this is everything that runs on our side.

We publish it so you do not have to take our word for anything. The server is a few hundred lines of TypeScript. You (or your AI β€” paste any file into it and ask) can read exactly what it does and, just as importantly, what it cannot do.

The short version

What reaches our server when you use the companion:

  • The name of the tool your AI called (for example "fetch chapter 3").
  • The chapter or exercise it asked for.
  • Your access code β€” the license key printed on your Gumroad receipt.

What never reaches us, because there is no code here that could receive, store, or forward it:

  • Your conversations with your AI.
  • Your files, documents, or anything on your machine.
  • Your name.
  • Your email. Search this repository for an email field: there is none. No tool, no endpoint, no code path accepts one.
  • The picture your AI forms of you while you work. That stays inside your AI, on your side.

Who talks to whom: when you add the companion as a Claude connector, your machine never contacts our server directly β€” Anthropic's cloud brokers the connection. On ChatGPT, OpenAI's cloud does. We see tool calls, not you.

How access works

Your credential is the license key on your Gumroad receipt (a code like XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX). It identifies a purchase, not a person. The server checks it against Gumroad, caches a hash of it for a day, and rate-limits it. Refunded or disabled keys stop working. See src/license.ts β€” the whole mechanism is one file.

Only chapter text needs the key. The companion's operating instructions (activate) and every Implementation Block β€” the book's working exercises β€” are served without any credential at all; the exercises are also published right here in implementation-blocks/.

Connect it

Claude (web or desktop) β€” the easy path. Settings -> Connectors -> Add custom connector, then paste:

Code
https://mcp.runitonai.com/mcp

Start a chat with: Activate Run It on AI β€” my access code is <your license key>.

ChatGPT. Use the "Run It on AI Companion" GPT (link in the book), or build your own: create a Custom GPT and import https://mcp.runitonai.com/openapi.yaml as an Action.

Claude Code (terminal users).

Terminal
claude mcp add --transport http runitonai-book https://mcp.runitonai.com/mcp

Codex. In ~/.codex/config.toml:

toml
[mcp_servers.runitonai_book]
url = "https://mcp.runitonai.com/mcp"

What is in this repo

PathWhat it is
src/worker.tsThe Cloudflare Worker: routing, transports, the Gumroad sync endpoint
src/license.tsLicense-key verification and caching (the access gate)
src/auth.tsVerification of legacy bearer tokens (nothing mints new ones)
src/rate_limit.tsPer-key rate limiting
src/mcp/MCP protocol plumbing (tool catalog, dispatch, transports)
src/tools/The tools your AI can call
openapi-v1.yamlThe same surface described for ChatGPT Actions
implementation-blocks/Every Implementation Block from the book, as readable markdown

Two data files ship as placeholders: src/data/chapters.json (the book's chapter text) and src/data/skill.json (the companion's operating instructions). Both are generated from the book manuscript at deploy time. The book's prose is the product, so it is not in the public repo β€” but the code that serves it is all here, and the Implementation Blocks (the working exercises) are published in full in implementation-blocks/.

Note for contributors: everything in this repo is generated from the private manuscript repo by a sync script, and a pre-commit hook there re-syncs it on every relevant change. The Implementation Blocks live in the book's manuscript; the copies here are build artifacts β€” never edit them here, they will be overwritten.

Run it yourself

Terminal
npm install
npm run typecheck
npm run dev        # local server on localhost:8787

wrangler.toml ships with placeholder KV namespace ids; point them at your own Cloudflare account if you want to self-host the shell.

License

MIT β€” see LICENSE. The book itself (chapters, companion instructions) remains copyrighted content of StructLabs.io Pte Ltd and is not part of this repository.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’
  • Globalping Mcp Server logoGlobalping Mcp Server

    The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world.

    πŸ’» Developer Tools2 views
    Compare vs Globalping Mcp Server β†’

Frequently Asked Questions about Runitonai Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "runitonai-mcp": { "command": "npx", "args": ["-y", "runitonai-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRunitonai Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/runitonai-mcp?style=directory)](https://allmcps.com/mcp/runitonai-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/runitonai-mcp"><img src="https://allmcps.com/api/badge/runitonai-mcp?style=directory" alt="Runitonai Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Runitonai Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code