Skip to content
VS Code

endnote mcp for VS Code

io.github.gokmengokhan/endnote-mcp

Search, cite, and read PDFs from your EndNote library in Claude Desktop

client:VS Code transport:stdio runtime:pypi

Install endnote mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "endnote-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "endnote-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

endnote mcp in other clients