MCP server to give client the ability read protected (or un-unprotected) PDF
MCP server to give client the ability read protected (or un-unprotected) PDF
For this MCP server to work, add the following configuration to your MCP config file:
{
"mcpServers": {
"unlock_pdf": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
"run",
"python",
"main.py"
]
}
}
}
A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.
Unofficial MCP to use BrianKnows API for DeFI knowledge
Model Context Protocol server for OpenStreetMap data
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.