S
Semantic Scholar
Search Semantic Scholar papers and authors.
·No reviews yet
Share:
About
Auto-generated
Semantic Scholar is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install Semantic Scholar
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"semantic-scholar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-semantic-scholar"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"semantic-scholar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-semantic-scholar"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"semantic-scholar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-semantic-scholar"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.