Cover image
Try Now
2025-04-12

一个包含用于各种用例的模型上下文协议服务器的monorepo。

3 years

Works with Finder

1

Github Watches

1

Github Forks

4

Github Stars

@madisonbullard/mcp-servers

A monorepo containing a TUI (@madisonbullard/mcp-server-tui) to aid in the installation of Model Context Protocol servers. Bring your own MCP server and publish it to NPM or your JS package manager of choice in minutes.

Here is an example the TUI in action, used to install @madisonbullard/shortcut-mcp-server:

A terminal window running an example of this TUI

It also contains MCP servers for various use cases, all installed via the TUI.

Packages

  • @madisonbullard/mcp-server-tui: A TUI for installing MCP servers for various clients (Claude Desktop, Cursor, Windsurf, etc.)
  • @madisonbullard/shortcut-mcp-server: An MCP server for Shortcut
  • @madisonbullard/shortcut-mcp-server-installer: A CLI for installing the Shortcut MCP server
  • @madisonbullard/shortcut-api-client: A client for the Shortcut API
  • @madisonbullard/notion-mcp-server: An MCP server for Notion
  • @madisonbullard/notion-mcp-server-installer: A CLI for installing the Notion MCP server
  • @madisonbullard/notion-api-client: A client for the Notion API
  • @madisonbullard/coderabbit-mcp-server: An MCP server for Coderabbit
  • @madisonbullard/coderabbit-api-client: A client for the Coderabbit API

Development

  • Install dependencies:
bun install
  • Build the MCP server and CLI of the server you want to develop (this command builds every package in the monorepo):
bun run build
  • This will create a dist folder in each package folder required for the server you want to develop.

  • Run the CLI

bun run packages/shortcut-mcp-server-installer/dist/index.js # or the path to the dist folder of the CLI you want to run
  • Run the MCP server
bun run packages/shortcut-mcp-server/dist/index.js
  • The client (e.g. Claude Desktop, Cursor, Windsurf, etc.) will run and connect to the MCP server without the above command, so you usually don't need to run it unless you want to manually make requests to the MCP server.

Coding style

Ensure bun typecheck and bun check pass. You can run bun fix to format the code.

To use the git hooks in the repo's .githooks folder, which will save you from waiting for CI to tell you that you forgot to these commands, run this:

git config core.hookspath .githooks

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • https://tovuti.be
  • Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Gil kaminski
  • Make sure you are post-ready before you post on social media

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • zhaoyunxing92
  • MCP(消息连接器协议)服务

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

    Reviews

    2 (1)
    Avatar
    user_1ZVJIpPr
    2025-04-16

    I've been using mcp-servers for a while now, and it has significantly improved my workflow. The interface is user-friendly and the functionalities provided cover all my server management needs. Kudos to madisonbullard for creating such a robust tool. Highly recommend checking it out on GitHub!