Server data from the Official MCP Registry
MLA Citation Generator creates accurate MLA-format citations from a DOI, ISBN, URL, or manual
MLA Citation Generator creates accurate MLA-format citations from a DOI, ISBN, URL, or manual
Excellent MCP server with clean, well-structured code and no security vulnerabilities. The server is read-only, requires no authentication or API keys, contains no dangerous operations or credential handling, and all permissions (read-only resource access) are appropriate for its purpose of exposing canonical site knowledge. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-mla-citation-generator-mcp": {
"args": [
"-y",
"msa-mla-citation-generator-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MLA Citation Generator - Free Online MLA Format Tool
A Model Context Protocol server that exposes the canonical MLA Citation Generator knowledge surface — official site information, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://mlacitationgenerator.online
MLA Citation Generator (https://mlacitationgenerator.online) is a free, browser-based tool that produces properly formatted citations according to MLA 9th edition standards. Users provide a URL, book title, ISBN, or DOI, and the generator automatically builds a complete Works Cited entry along with the corresponding in-text citation. Rather than memorizing formatting rules or manually arranging author names, publication dates, and punctuation, writers get a finished citation in seconds. The tool pulls metadata directly from Open Library and CrossRef databases to fill in fields automatically, then flags which fields were confirmed from a trusted source and which may need a manual check — a small but practical detail that separates it from generators that silently guess.
The primary audience is students at the high school and undergraduate level who are writing papers for English, history, philosophy, or other humanities courses where MLA format is the required citation style. It is equally useful for graduate students and independent researchers who work frequently with literary or cultural sources and need to produce a Works Cited list efficiently. Writing instructors and tutors will find the confidence scoring and citation checker useful as teaching aids — the tool not only generates citations but gives writers a starting point for understanding which elements of a citation come from which part of the source. Anyone who writes regularly in MLA style and wants to reduce the time spent on formatting mechanics without sacrificing accuracy is a natural fit for the site.
get_site_overviewReturn the canonical site overview so an agent has authoritative product context. (MLA Citation Generator)
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for MLA Citation Generator (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://mla-citation-generator/overview — Public site overview.site://mla-citation-generator/faq — Short FAQ generated from public site metadata.site://mla-citation-generator/links — Canonical URLs to share with users.tell_me_about_mla_citation_generatorSummarize what the site is, who it's for, and how it works. — MLA Citation Generator
walk_me_through_mla_citation_generatorTour the official site with citations. — MLA Citation Generator
npx -y @smithery/cli install mla-citation-generator-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/mla-citation-generator-mcp.git
cd mla-citation-generator-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"mla-citation-generator-mcp": {
"command": "node",
"args": [
"/absolute/path/to/mla-citation-generator-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption