loading…
Search for a command to run...
loading…
Citation Finder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Citation Finder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for citation finder ai mcp operations
Citation Finder Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
find_citations |
Search for academic citations by topic, title, or author. Returns structured res |
format_citation |
Format a citation in the specified style (apa, mla, chicago, bibtex, harvard). |
check_doi |
Validate a DOI format and return its resolution URL and metadata lookup link. |
generate_bibliography |
Generate a formatted bibliography from a JSON array of citation objects. Each ob |
pip install meok-citation-finder-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"citation-finder-ai": {
"command": "python",
"args": ["-m", "meok_citation_finder_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"citation-finder-ai-mcp": {
"command": "npx",
"args": []
}
}
}