Skip to main content
Glama
0PValencia

@0pvalencia/academic-linter-mcp

Official
by 0PValencia

@0pvalencia/academic-linter-mcp

MCP linter académico (APA/estructura) para JSON de Google Docs.

Cursor / Claude / VS Code

Local (recomendado si clonas el repo)

{
  "mcpServers": {
    "academic-linter": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/academic-linter-mcp/dist/cli.js"]
    }
  }
}

Tras clonar: npm install && npm run build.

npx (sin clonar)

{
  "mcpServers": {
    "academic-linter": {
      "command": "npx",
      "args": ["-y", "@0pvalencia/academic-linter-mcp"]
    }
  }
}

Si abres este repo en Cursor y usas npx, hace falta npm install && npm run build para que el bin local exista. Sin eso, npx falla con academic-linter-mcp: not found y el MCP se queda cargando.

Related MCP server: mcp-mstp

Install / run

npx -y @0pvalencia/academic-linter-mcp

Local

npm install
npm run build
npm start

Tools

Tool

Uso

lint_structure

JSON de get_document_structure → errores/avisos

compact_headings_view

Vista compacta de headings

lint_text_placeholders

Busca [...], TODO, lorem

Complementa @0pvalencia/google-documents-mcp.

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enforces the Microsoft Manual of Style (MSTP) rules. It extracts text from a provided PDF (mstp.pdf) and uses Large Language Models (LLMs) via the Groq API to check text for style violations and suggest corrections.
    Last updated
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Provides lightweight documentation review tools including issue detection, readability scoring, style checking, and document summarization for integration with MCP-compatible clients.
    Last updated

View all related MCP servers

Related MCP Connectors

  • MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0PValencia/academic-linter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server