fastmcp pdftools for VS Code
io.github.atarkowska/fastmcp-pdftools
An MCP server that provides [describe what your server does]
client:VS Code
transport:stdio
runtime:pypi
Install fastmcp pdftools in VS Code
.vscode/mcp.json
{
"servers": {
"fastmcp-pdftools": {
"type": "stdio",
"command": "uvx",
"args": [
"fastmcp-pdftools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs