grobid-MCP-Server-
Overview
The grobid-MCP-Server is a server application designed to facilitate the processing of documents using the GROBID (GeneRation Of Bibliographic Data) library, which is focused on extracting and structuring information from scholarly documents.
To use the grobid-MCP-Server, you need to set up the server environment, deploy the application, and send requests with documents to be processed. The server will return structured data extracted from the documents.
- Document processing using GROBID for bibliographic data extraction. - RESTful API for easy integration with other applications. - Support for various document formats including PDF.
- Extracting citation data from academic papers.
- Structuring bibliographic information for research databases.
- Automating the processing of large volumes of scholarly documents.
Add to your AI client
Use these steps to connect grobid-MCP-Server- in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"grobid-mcp-server-jackkuo666": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-grobid-mcp-server-jackkuo666"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"grobid-mcp-server-jackkuo666": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-grobid-mcp-server-jackkuo666"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"grobid-mcp-server-jackkuo666": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-grobid-mcp-server-jackkuo666"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"grobid-mcp-server-jackkuo666": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-grobid-mcp-server-jackkuo666"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"grobid-mcp-server-jackkuo666": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-grobid-mcp-server-jackkuo666"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"grobid-mcp-server-jackkuo666": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-grobid-mcp-server-jackkuo666"
]
}
}
}FAQ
What types of documents can be processed?
The server can process various formats, primarily focusing on PDF documents.
Is there a user interface for the server?
No, the grobid-MCP-Server operates as a backend service and does not provide a graphical user interface.
How can I contribute to the project?
Contributions are welcome! You can fork the repository on GitHub and submit pull requests.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3372,"uuid":"d7a7b54a-7586-485f-a5b1-4442c0167eb1","name":"grobid-MCP-Server","title":"grobid-MCP-Server-","description":"","avatar_url":"https://avatars.githubusercontent.com/u/41313632?v=4","created_at":"2025-03-19T06:34:20.349Z","updated_at":"2025-03-19T06:36:27.814Z","status":"created","author_name":"JackKuo666","author_avatar_url":"https://avatars.githubusercontent.com/u/41313632?v=4","tags":"grobid,mcp,server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/JackKuo666/grobid-MCP-Server","target":"_self","content":"# grobid-MCP-Server-","summary":"$29","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":null,\"is_official\":false,\"latest_commit_time\":\"2025-03-19 14:31:21\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]