MCP.so
ログイン

@madisonbullard/mcp-servers

@madisonbullard

@madisonbullard/mcp-servers について

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

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

madisonbullard

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ