
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
apinow-fun-mcpserver
Advanced tools
A ready-to-use template for quickly setting up your own MCP (Model Context Protocol) server with documentation tools and extensible architecture.
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.
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:
Access documentation directly through Claude for:
The MCP server acts as your personal development assistant by providing:
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.
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
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.
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:
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:
src/tools
directorysrc/tools/index.js
src/config/settings.js
See the Custom Tools Guide for detailed instructions and best practices.
If you improve this template or add useful tools, please consider submitting a pull request to benefit the community.
MIT License - See LICENSE file for details.
FAQs
MCP Server starter kit with ApiNow tools
We found that apinow-fun-mcpserver demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.