PluginBench
MCP Server
Stale
AGPL-3.0

io.github.atarkowska/fastmcp-pdftools MCP Server

io.github.atarkowska/fastmcp-pdftools

What is the io.github.atarkowska/fastmcp-pdftools MCP server?

An MCP server that provides [describe what your server does]

How to install io.github.atarkowska/fastmcp-pdftools

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fastmcp-pdftools": {
      "command": "uvx",
      "args": [
        "fastmcp-pdftools"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fastmcp-pdftools": {
      "command": "uvx",
      "args": [
        "fastmcp-pdftools"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fastmcp-pdftools": {
      "command": "uvx",
      "args": [
        "fastmcp-pdftools"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fastmcp-pdftools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastmcp-pdftools"
      ]
    }
  }
}
Claude Code
claude mcp add fastmcp-pdftools -- uvx fastmcp-pdftools

Related MCP servers

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

1
Python
AGPL-3.0
View repository →