MCP Server Starter

by coinselor

Not rated
GitHub

About

A TypeScript starter project for building Model Context Protocol (MCP) servers with Bun.

Details

Author
coinselor
Categories
Developer Tools

Setup

Install MCP Server Starter in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/coinselor/mcp-zenon

Follow the installation instructions in the repository README, then restart your MCP client.

A TypeScript starter project for building Model Context Protocol (MCP) servers with Bun.

A production-ready starter template for building Model Context Protocol (MCP) servers with TypeScript.
- Clone the repository
- Install dependencies:

bun install

- Bun for fast testing and development
- Biome for linting and formatting
- Automated version management with standard-version
- Clean, maintainable project structure

mcp-starter/ ├── src/ │ ├── tools/ # MCP tools implementation │ ├── utils/ # Shared utilities │ ├── main.ts # Server entry point │ └── types.ts # Shared type definitions ├── tests/ # Test files ├── biome.json # Linting configuration ├── tsconfig.json # TypeScript configuration └── package.json # Project dependencies

The project includes a script to help create new MCP tools:

bun run scripts/create-tool.ts <tool-name>

- Create a new tool directory undersrc/tools/<tool-name>
- Generate the basic tool structure including:

- index.ts (main implementation)
- schema.ts (JSON schema for tool parameters)
- test.ts (test file)

- Run tests:bun test
- Format code:bun run format
- Lint code:bun run lint
- Build project:bun run build

To add your development MCP server to Claude Desktop:

// You only need the argument if you need to pass arguments to your server { "mcpServers": { "your-server-name": { "command": "node", "args": ["/path/to/your/project/dist/main.js", "some_argument"] } } }

This project usesstandard-versionfor automated version management. Runbun run releaseto create a new version.

- feat: New feature (bumps minor version)
- fix: Bug fix (bumps patch version)
- BREAKING CHANGE: Breaking change (bumps major version)
- Ensure you're logged in to npm:

npm login

Remember to update the version number usingbun run releasebefore publishing new versions.

// You only need the argument if you need to pass arguments to your server { "mcpServers": { "your-server-name": { "command": "npx", "args": ["-y", "your-package-name", "some_argument"] } } }

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.