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.

评论

其他 分类下的更多 MCP 服务器