mcp-exa
MCP Exa
Exa 검색 기능을 노출하는 Python MCP 서버 (API 키 불필요)
mcp-name: io.github.daedalus/mcp-exa
설치
pip install mcp-exa사용법
API 키가 필요하지 않습니다. 이 서버는 Exa의 공개 MCP 엔드포인트를 사용합니다.
MCP 서버 실행:
mcp-exa또는 모듈로 사용:
python -m mcp_exa구성
사용 가능한 도구
이 서버는 다음과 같은 MCP 도구를 노출합니다:
도구 | 설명 |
| 모든 주제에 대해 웹 검색 |
| GitHub, Stack Overflow에서 코드 예제 찾기 |
| 특정 URL에서 전체 콘텐츠 가져오기 |
| 필터를 사용한 고급 검색 |
MCP 클라이언트 구성
Claude Desktop
구성 파일에 추가하세요:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"exa": {
"command": "mcp-exa"
}
}
}OpenCode
opencode.json에 추가하세요:
{
"mcp": {
"exa": {
"type": "stdio",
"command": "mcp-exa",
"enabled": true
}
}
}개발
git clone https://github.com/daedalus/mcp-exa.git
cd mcp-exa
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/Maintenance
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/daedalus/mcp-exa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server