VOOZH about

URL: https://glama.ai/mcp/servers/daedalus/mcp-exa?locale=ko-KR

⇱ mcp-exa by daedalus | Glama


MCP Exa

Exa 검색 기능을 노출하는 Python MCP 서버 (API 키 불필요)

👁 PyPI
👁 Python
👁 Coverage
👁 Ruff

mcp-name: io.github.daedalus/mcp-exa

설치

pip install mcp-exa

Related MCP server: ReActMCP Web Search

사용법

API 키가 필요하지 않습니다. 이 서버는 Exa의 공개 MCP 엔드포인트를 사용합니다.

MCP 서버 실행:

mcp-exa

또는 모듈로 사용:

python -m mcp_exa

구성

사용 가능한 도구

이 서버는 다음과 같은 MCP 도구를 노출합니다:

도구

설명

web_search_exa

모든 주제에 대해 웹 검색

get_code_context_exa

GitHub, Stack Overflow에서 코드 예제 찾기

crawling_exa

특정 URL에서 전체 콘텐츠 가져오기

web_search_advanced_exa

필터를 사용한 고급 검색

MCP 클라이언트 구성

Claude Desktop

구성 파일에 추가하세요:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %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/
A
license - permissive license
B
quality
A
maintenance

Maintenance

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

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