MCP Server - JavaScript SDK
@MCP-Mirror
About MCP Server - JavaScript SDK
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server - JavaScript SDK?
MCP Server - JavaScript SDK is an unofficial JavaScript SDK for the Model Context Protocol. It allows developers to define server prompts, resources, and tools in separate JavaScript files and create a MCP server instance.
How to use MCP Server - JavaScript SDK?
Create files defining prompts, resources, and tools (e.g., prompts.js, resources.js, tools.js). Then import them into a server file and instantiate MCP with an info object (name, version), plus the prompts, resources, and tools objects.
Key features of MCP Server - JavaScript SDK
- Define prompts with description, arguments, and message content
- Define resources by URI and MIME type
- Define tools with description, async handler, and JSON schema for parameters
- Simple server instantiation with
new MCP(infos, prompts, resources, tools) - Logs saved to system-specific user log directories
Use cases of MCP Server - JavaScript SDK
- Building a custom MCP-compatible server with custom prompts, resources, and tools
- Rapid prototyping of MCP services using JavaScript/Node.js
- Integrating MCP with existing JavaScript codebases
- Educational experimentation with the Model Context Protocol
FAQ from MCP Server - JavaScript SDK
What is MCP Server - JavaScript SDK?
It is an unofficial JavaScript SDK for the Model Context Protocol that lets you define prompts, resources, and tools and run a server.
How do I define prompts?
Export a prompts object from a JavaScript file. Each key is the prompt name; value contains description, arguments, and messages with role and content.
How do I define resources?
Export a resources object where each key is a resource name and value has uri and mimeType fields.
How do I define tools?
Export a tools object. Each tool has description, an async handler function, and a schema object describing parameters.
Where are server logs stored?
Logs are stored in the user system logs directory: ~/.local/share/logs (Linux), ~/Library/Logs (macOS), or %USERPROFILE%\AppData\Local\Logs (Windows).
Frequently asked questions
What is MCP Server - JavaScript SDK?
It is an unofficial JavaScript SDK for the Model Context Protocol that lets you define prompts, resources, and tools and run a server.
How do I define prompts?
Export a `prompts` object from a JavaScript file. Each key is the prompt name; value contains `description`, `arguments`, and `messages` with `role` and `content`.
How do I define resources?
Export a `resources` object where each key is a resource name and value has `uri` and `mimeType` fields.
How do I define tools?
Export a `tools` object. Each tool has `description`, an async `handler` function, and a `schema` object describing parameters.
Where are server logs stored?
Logs are stored in the user system logs directory: `~/.local/share/logs` (Linux), `~/Library/Logs` (macOS), or `%USERPROFILE%\AppData\Local\Logs` (Windows).
Basic information
More Developer Tools MCP servers

Hermoso
HermosoHermoso is a remote MCP server that runs a full marketing operation from your agent: research competitor ads, generate image and video ads, publish to social channels, and build and manage paid campaigns. 718 tools (306
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
Comments