MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

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

Created 5/12/2026
Updated about 10 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.

Quick Setup
Installation guide for this server

Install Package (if required)

uvx glenski-mcps

Cursor configuration (mcp.json)

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