mcpbeat Sign in

Bored MCP Server

local only

Bored MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Bored API activity suggestions: random activities, filter by type and participants.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · bored-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

Alternatives to Bored MCP

same job, measured the same way
TripAdvisor Reviews Scraper - Extract Ratings
by ranovam

Scrape TripAdvisor reviews for hotels, restaurants, attractions, and activities.

answering
Walkie MCP
by adamperlis

Search and read your recorded meetings: notes, action items, participants, transcripts.

answering
Viator MCP
by chrischall

Search Viator tours and activities — products, availability, attractions, destinations.

579 installs/wk local only
Atimelogger MCP
by zaplitny

MCP server exposing the ATimeLogger REST API (activities, reports, types)

42 installs/wk local only
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

51 installs/wk local only
Flarum Forum Scraper - Discussion Crawler Tool
by ranovam

Search or monitor any Flarum-powered forum for discussions, replies, participants, dates, and…

answering
Snapsurf
by zumerlab

Web navigation and verification for AI agents: page digest, typed diff per action, assertions.

39 installs/wk local only

Bored MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bored MCP?
Bored MCP 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 bored-mcp.
Is Bored MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. 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 Bored MCP?
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 bored-mcp straight from npm; nothing to host, nothing to sign up for.