sinta mcp server for Cursor
io.github.lightnet19/sinta-mcp-server
MCP server untuk pencarian dosen, jurnal, dan artikel SINTA Indonesia (9 tools).
client:Cursor
transport:stdio
runtime:pypi
Install sinta mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sinta-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"sinta-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs