MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Production-grade MCP servers by Glen E. Grant. API-free, zero vendor lock-in, built for Claude Code and Claude Desktop.

创建于 5/12/2026
更新于 about 5 hours ago
Repository documentation and setup instructions

Glenski-MCPs

Model Context Protocol servers by Glen E. Grant.

Production-grade MCP tools built for real workflows. Zero unnecessary dependencies. Each server is self-contained, documented, and ready to wire into Claude Code or Claude Desktop.


Servers

| MCP | Description | Status | |-----|-------------|--------| | glenski-web-research-mcp | API-free web research via DuckDuckGo. Parallel search, JS-page detection, Playwright fallback. | Live |


Philosophy

These tools are built to solve specific problems without vendor lock-in. No paid API keys unless the capability genuinely requires one. No wrapper bloat. Each MCP does one thing well and integrates cleanly into the Claude tool ecosystem.


Author

Glen E. Grant glenegrant.com | glen@glenegrant.com | github.com/Glenskii


Part of the Glenski-Toolkit ecosystem.

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx glenski-mcps

Cursor 配置 (mcp.json)

{ "mcpServers": { "glenskii-glenski-mcps": { "command": "uvx", "args": [ "glenski-mcps" ] } } }