philosophy-mcp

philosophy-mcp

MCP server for querying a multilingual philosophy corpus including glossary, thinker profiles, period syntheses, and articles in Portuguese, English, and Spanish.

Category
Visit Server

README

philosophy-mcp

An MCP server for a multilingual philosophy corpus — glossary, syntheses, thinker profiles, and articles in Portuguese, English, and Spanish.

648 entries: ~270 glossary terms, 11 period syntheses, ~107 thinker profiles, and articles from Filosofia em Resumo.


Requirements

  • Python >= 3.10

Quick Start

Install from PyPI

pip install philosophy-mcp

Install with uv

uv pip install philosophy-mcp

Run directly with uvx (no install needed)

uvx philosophy-mcp

Use with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "filosofia": {
      "command": "uvx",
      "args": ["philosophy-mcp"]
    }
  }
}

Use with VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "filosofia": {
      "command": "uvx",
      "args": ["philosophy-mcp"]
    }
  }
}

That's it. The server connects to the public API automatically — no local files needed.


What can it do?

Ask your AI assistant anything about philosophy. The MCP tools give it access to a curated corpus:

  • "O que é eudaimonia?" → searches the glossary
  • "Tell me about Kant" → fetches the thinker profile
  • "¿Cuáles son las síntesis disponibles?" → lists period syntheses
  • "Search 'logos' across everything" → full-text search

Examples

Portuguese (default — lang="pt"):

"O que significa imperativo categórico?" "Me fale sobre Sócrates" "Quais são os períodos da filosofia?"

English (lang="en"):

"What is eudaimonia?" "Tell me about Aristotle's philosophy" "List all thinker profiles in English" "Search for 'virtue' in the glossary"

Spanish (lang="es"):

"¿Qué es el logos?" "Busca pensadores relacionados con el estoicismo" "Dame la síntesis del período medieval"

The assistant picks the language automatically based on your question, or you can ask explicitly: "Search 'categorical imperative' in the English glossary".

Available Tools

Tool Description
search_glossario(query, lang) Search glossary terms by keyword
get_glossario(slug, lang) Full definition of a term by slug
listar_glossario(lang) List all glossary terms
listar_sinteses(lang) List period syntheses
get_sintese(slug, lang) Full text of a period synthesis
listar_pensadores(lang) List all thinker profiles
buscar_pensador(query, lang) Search thinkers by name/keyword
get_pensador(slug, lang) Full thinker profile
listar_artigos(lang) List all articles
get_artigo(slug, lang) Full article by slug
search_artigos(query, lang) Search articles by keyword
search(query, lang, section) Full-text search across corpus
corpus_stats() Corpus statistics

lang: pt (default), en, es


Languages

All content is available in three languages:

Language Glossary Syntheses Thinkers Articles
Português (pt)
English (en)
Español (es)

Data Source

The server connects to the public API at filosofiaemresumo.com.br/api automatically.


Content Coverage

Periods (Syntheses)

  1. Pre-Socratics & Sophists (~600–400 BC)
  2. Socrates, Plato & Aristotle
  3. Hellenistic Philosophy
  4. Medieval Philosophy
  5. Humanism & Renaissance
  6. Scientific Revolution
  7. Rationalism & Empiricism
  8. Contractualism, Enlightenment & Kant
  9. German Idealism
  10. 19th Century Philosophy
  11. 20th Century Philosophy

Thinkers (~107 profiles)

From Thales of Miletus to Judith Butler — including Socrates, Plato, Aristotle, Descartes, Kant, Hegel, Marx, Nietzsche, Heidegger, Sartre, Foucault, and many more.

Glossary (~90 terms per language)

Key philosophical concepts: arché, eudaimonia, logos, phronesis, noumeno, Aufhebung, categorical imperative, will to power, and more.


License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured