MCP server for class 12 physics students.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pdf-ocr-mcpserver": {
"command": "npx",
"args": [
"-y",
"AdeelAhmedHashmi/pdf-ocr-mcpserver"
]
}
}
}
Run in terminal:
claude mcp add pdf-ocr-mcpserver npx -y AdeelAhmedHashmi/pdf-ocr-mcpserver
Add to .cursor/mcp.json:
{
"mcpServers": {
"pdf-ocr-mcpserver": {
"command": "npx",
"args": [
"-y",
"AdeelAhmedHashmi/pdf-ocr-mcpserver"
]
}
}
}