T

mcp-servers

...
Created 2/19/2025bymadisonbullard

Language:

TypeScript

Stars:

3

Forks:

0

@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-api-client: A client for the Shortcut API

Development

  • Install dependencies:
bun install
  • Build the MCP server and CLI of the server you want to develop:
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/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/server.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
Last updated: 3/3/2025

Publisher info

madisonbullard's avatar

Madison Bullard

9
followers
12
following
20
repos

More MCP servers built with TypeScript

docbase-mcp-server

MCP Server Implementation for DocBase

By f4401
aapi-mcp-server

Advanced API MCP Server

By Asphere-xyz1
DBX-MCP-Server

MCP Server for Dropbox

By amgadabdelhafez1