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 Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.
TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration