MCP Server
Active
MIT
io.github.rubatoyd/kci-openapi-mcp MCP Server
io.github.rubatoyd/kci-openapi-mcp
What is the io.github.rubatoyd/kci-openapi-mcp MCP server?
KCI (Korea Citation Index) literature & citation search via REST Open API + OAI-PMH
How to install io.github.rubatoyd/kci-openapi-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
KCI_API_KEYsecretKCI REST Open API key (issued at open.kci.go.kr). Not needed for OAI-PMH harvesting.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kci-openapi-mcp": {
"command": "https://github.com/rubatoyd/KCI_openAPI/releases/download/v0.3.6/kci-openapi-mcp.mcpb",
"args": [],
"env": {
"KCI_API_KEY": "<YOUR_KCI_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kci-openapi-mcp": {
"command": "https://github.com/rubatoyd/KCI_openAPI/releases/download/v0.3.6/kci-openapi-mcp.mcpb",
"args": [],
"env": {
"KCI_API_KEY": "<YOUR_KCI_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kci-openapi-mcp": {
"command": "https://github.com/rubatoyd/KCI_openAPI/releases/download/v0.3.6/kci-openapi-mcp.mcpb",
"args": [],
"env": {
"KCI_API_KEY": "<YOUR_KCI_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kci-openapi-mcp": {
"type": "stdio",
"command": "https://github.com/rubatoyd/KCI_openAPI/releases/download/v0.3.6/kci-openapi-mcp.mcpb",
"args": [],
"env": {
"KCI_API_KEY": "<YOUR_KCI_API_KEY>"
}
}
}
}Claude Code
claude mcp add kci-openapi-mcp --env KCI_API_KEY=<YOUR_KCI_API_KEY> -- https://github.com/rubatoyd/KCI_openAPI/releases/download/v0.3.6/kci-openapi-mcp.mcpbRelated MCP servers
National Library of Korea holdings search - books, online materials, KDC classification
0
View repository →Python
KISTI ScienceON OpenAPI literature search & metadata collection (MCP server + CLI)
0
View repository →Python
MIT