MCP Server Starter

by greatauk

Not rated
GitHub

About

A starter project for building MCP servers with TypeScript and Bun.

Details

Author
greatauk
Categories
Developer Tools, Other
Tags
#weather

Setup

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

Repository: https://github.com/greatauk/mcp-weather

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

A starter project for building MCP servers with TypeScript and 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.

To install Weather MCP Server Starter for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install @GreatAuk/mcp-weather --client claude
// 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.

Access 27 developer API tools in Claude Code — IP lookup, SSL check, WHOIS, weather, DNS, domain expiry, and more.

A Node.js MCP server example for the OpenWeather API, requiring an API key.

A playground for MCP implementations featuring multiple microservices, including news and weather examples.

A starter project with setup instructions and example MCP servers, including a weather server.

A collection of MCP servers for Cursor IDE, including demo and weather services.

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

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.