MCP.so
Sign In

@madisonbullard/mcp-servers

@madisonbullard

About @madisonbullard/mcp-servers

A monorepo containing Model Context Protocol servers for various use cases.

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

madisonbullard

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-servers-madisonbullard": {
      "command": "bun",
      "args": [
        "run",
        "build"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is @madisonbullard/mcp-servers?

@madisonbullard/mcp-servers is a monorepo that provides a terminal user interface (TUI) for installing Model Context Protocol (MCP) servers, along with several ready-to-use MCP servers for services like Shortcut, Notion, and Coderabbit. It is designed for developers who want to easily install and manage MCP servers for AI assistant clients such as Claude Desktop, Cursor, and Windsurf.

How to use @madisonbullard/mcp-servers?

Use the included TUI to install an MCP server for your preferred client – the TUI guides you through setup. For development, install dependencies with bun install, build all packages with bun run build, then run the specific CLI or server script from the dist folder.

Key features of @madisonbullard/mcp-servers

  • Monorepo containing multiple MCP server packages.
  • TUI for effortless MCP server installation.
  • Supports clients: Claude Desktop, Cursor, Windsurf.
  • Includes MCP servers for Shortcut, Notion, and Coderabbit.
  • Dedicated CLI installers for each server.
  • Built and managed with the bun runtime.

Use cases of @madisonbullard/mcp-servers

  • Quickly install a Shortcut MCP server to let AI assistants access project stories.
  • Install a Notion MCP server to enable AI queries on your workspace databases.
  • Add a Coderabbit MCP server for automated code review via AI.
  • Use the TUI to manage multiple MCP server installations across different desktop clients.
  • Develop or contribute new MCP servers within a structured monorepo.

FAQ from @madisonbullard/mcp-servers

What clients does the TUI support?

The TUI supports installing MCP servers for Claude Desktop, Cursor, and Windsurf.

How do I install an MCP server using this project?

Run the TUI, which guides you through selecting and installing an MCP server for your client. An example is shown for the Shortcut server.

What MCP servers are included in this monorepo?

The monorepo includes MCP servers for Shortcut (@madisonbullard/shortcut-mcp-server), Notion (@madisonbullard/notion-mcp-server), and Coderabbit (@madisonbullard/coderabbit-mcp-server).

How can I develop or modify a server?

Install dependencies with bun install, build all packages with bun run build, then run the CLI or server directly from the dist folder. Use bun typecheck and bun check to maintain code quality.

What runtime is required?

The project is built and managed with bun. The README uses bun for installation, building, and running scripts.

Comments

More Other MCP servers