felker-mcp-nodejs
Verified Safeby Fleker
Overview
Provides a local Node.js server that exposes custom tools, such as Feedly integration, to an LLM via the MCP protocol.
Installation
No command providedSecurity Notes
The server runs on localhost (127.0.0.1:8080), which significantly limits external network exposure. It requires handling sensitive Feedly API credentials (access token, user ID) which are configured locally. Without source code access, specific code vulnerabilities cannot be assessed, but the architectural setup appears secure for its intended local use. No obvious 'eval' or obfuscation is indicated by the provided information.
Similar Servers
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
mcp-server-llmling
mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.
skilljack-mcp
An MCP server that enables LLMs to dynamically discover, load, and use Agent Skills from local directories.
mcp-pkg-local
Provides an MCP tool for LLMs to scan, index, and understand local dependency source code in Python and Node.js projects, enabling intelligent code analysis and generation.