MCP server for a multilingual philosophy corpus — glossary, syntheses, thinker profiles, and articles in PT/EN/ES
Project description
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.
Quick Start
Install from PyPI
pip install 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
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)
- 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file philosophy_mcp-0.1.0.tar.gz.
File metadata
- Download URL: philosophy_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36d1cd61e22784fb228be42aa218b1ea1f4dd1feec82932f99bb4143ef6ae171
|
|
| MD5 |
2a27bb230ba6faf019b5f58e97a9300f
|
|
| BLAKE2b-256 |
57af88e281df3b8f7bd9a8670ce76d0efb88f3f1bfcbb2e2c04a080820aa8b8c
|
File details
Details for the file philosophy_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: philosophy_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30d3e20873c02f0a36d0cd289bb348d05ecf5da912cc408bc5f6fcbbf0190dd8
|
|
| MD5 |
266def0344b7a98d3e550fd8dc158192
|
|
| BLAKE2b-256 |
9d3b25bf628595c5797e409a10fe243705ee8bcd10f2a06abc6356ea0aca8cb1
|