mcp-js-local-server
Verified Safeby agorski
Overview
A template for developing custom Model Context Protocol (MCP) servers in JavaScript for integration with Claude Desktop, providing tools for server information, basic greetings, weather lookups, and historical stock data.
Installation
npx @modelcontextprotocol/inspector node simplified-template-mcp-server.jsSecurity Notes
The server code does not use 'eval' or any obfuscation. It performs external network requests for its 'weather' and 'stock' tools to public APIs (Open-Meteo and Yahoo Finance), which is expected functionality for these tools. There are no apparent hardcoded secrets or malicious patterns. Basic error handling is implemented for tool arguments and external API failures. The server is designed for local execution and communication via standard I/O.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-prompts
This server manages and serves customizable prompt templates to MCP clients for various tasks like meeting analysis and content summarization.
mcp-dashboard
Manage Model Context Protocol (MCP) server settings for Claude Code and Claude Desktop through a local web-based graphical user interface.