philosophy-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@philosophy-mcpWhat is eudaimonia?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpInstall with uv
uv pip install philosophy-mcpRun directly with uvx (no install needed)
uvx philosophy-mcpUse 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 glossary terms by keyword |
| Full definition of a term by slug |
| List all glossary terms |
| List period syntheses |
| Full text of a period synthesis |
| List all thinker profiles |
| Search thinkers by name/keyword |
| Full thinker profile |
| List all articles |
| Full article by slug |
| Search articles by keyword |
| Full-text search across corpus |
| 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)
Pre-Socratics & Sophists (~600–400 BC)
Socrates, Plato & Aristotle
Hellenistic Philosophy
Medieval Philosophy
Humanism & Renaissance
Scientific Revolution
Rationalism & Empiricism
Contractualism, Enlightenment & Kant
German Idealism
19th Century Philosophy
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/s3b4hjr/philosophy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server