npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

apinow-fun-mcpserver

v1.0.2

Published

MCP Server starter kit with ApiNow tools

Downloads

9

Readme

MCP Server Starter Template

A ready-to-use template for quickly setting up your own MCP (Model Context Protocol) server with documentation tools and extensible architecture.

What is MCP?

The Model Context Protocol (MCP) is a protocol for extending AI capabilities through local servers. This setup tool provides a quick way to bootstrap an MCP server with common tools and configurations. For more information about MCP itself, please visit the official documentation.

What is This Template?

This repository provides a complete, ready-to-use MCP server template that connects AI capabilities (like Claude) with local documentation tools. It's designed to be:

  • Immediately usable - Clone, install, and run with minimal setup
  • Easily extensible - Add your own tools and capabilities
  • Well documented - Clear instructions for customization

Features Out of the Box

Documentation Tools

Access documentation directly through Claude for:

  • React
  • OpenAI API
  • AWS Services
  • TypeScript
  • Express
  • Vercel
  • Supabase

Ready-to-Use Architecture

  • Complete MCP server implementation
  • Properly structured tool organization
  • Configuration system

Why You'll Love It

The MCP server acts as your personal development assistant by providing:

  • Instant Documentation Access: Get documentation for React, AWS, TypeScript, Express, Vercel, and Supabase without endless Googling
  • AI-Powered Help: Leverage AI capabilities to generate documentation and solve development challenges
  • Workflow Automation: Simplify project setup and track your development progress
  • Local Control: Everything runs on your machine (port 3000) for privacy and speed

Perfect For New Developers

If you're new to development, this tool helps overcome the "documentation overload" problem. Instead of bouncing between dozens of tabs and sites, you can access what you need through a single interface that integrates with VS Code.

Quick Start

See the Implementation Guide for step-by-step instructions to get up and running in minutes.

Basic steps:

# 1. Clone the repository
git clone https://github.com/mgesteban/mcp-server-starter

# 2. Install dependencies
cd mcp-server-starter
npm install

# 3. Start the server
npm start

Documentation

This template includes comprehensive documentation to help you get started and make the most of your MCP server:

Check the .env.example file for environment variable configuration options.

How It Works

This template provides an MCP server that runs locally on your machine. When connected to VS Code with the Claude extension, it enables Claude to:

  1. Access documentation for various technologies
  2. Use the documentation to help with your development tasks
  3. Provide code examples and explanations based on official documentation

Customizing Your Server

This template includes a calculator tool example (src/tools/calculatorTool.js) that demonstrates how to create a basic MCP tool with input validation and error handling.

To add your own tools to the server:

  1. Create new tool files in the src/tools directory
  2. Register your tools in src/tools/index.js
  3. Update configuration in src/config/settings.js

See the Custom Tools Guide for detailed instructions and best practices.

Contributing

If you improve this template or add useful tools, please consider submitting a pull request to benefit the community.

License

MIT License - See LICENSE file for details.