The Academic Search MCP server enables AI agents to query Semantic Scholar and Crossref APIs for academic papers. It provides tools to search, retrieve, and analyze scholarly articles. Researchers and developers use it to integrate academic data into AI workflows.
The Academic Search MCP server enables AI agents to query Semantic Scholar and Crossref APIs for academic papers. It provides tools to search, retrieve, and analyze scholarly articles. Researchers and developers use it to integrate academic data into AI workflows.
pip install academic-search-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"afrise-academic-search-mcp-server-github": {
"command": "uvx",
"args": [
"pip install academic-search-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from academic search?"
API Key Required
This server requires an API key from academic search. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ACADEMIC_SEARCH_API_KEY | Yes | Your academic search API key |
"What resources are available in academic search?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in academic search"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in academic search with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.