Skip to main content
Glama
mcpindex-ai

mcp-server-mcpindex

Official
by mcpindex-ai

mcp-server-mcpindex

MCP 서버를 찾기 위한 MCP 서버입니다.

에이전트 루프 내부에서 다른 MCP 서버를 검색, 비교 및 설치할 수 있게 해주는 드롭인 MCP 서버입니다. 공식 레지스트리에서 매일 인덱싱되는 3,500개 이상의 MCP 서버를 포함하는 에이전트 네이티브 인덱스인 mcpindex.ai를 기반으로 합니다.

설치

npm install -g mcp-server-mcpindex

Claude Desktop에서 사용하기

~/Library/Application Support/Claude/claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "mcpindex": {
      "command": "npx",
      "args": ["-y", "mcp-server-mcpindex"]
    }
  }
}

Claude Desktop을 재시작하세요. 그런 다음 다음과 같이 질문하세요:

"PDF를 읽고 내용을 S3에 쓸 수 있는 MCP 서버를 찾아줘."

Claude가 recommend_mcp_for_task를 호출하고 설치 명령어가 포함된 상위 3개의 서버를 반환합니다.

Cursor에서 사용하기

.cursor/mcp.json에 추가하세요:

{
  "mcpServers": {
    "mcpindex": {
      "command": "npx",
      "args": ["-y", "mcp-server-mcpindex"]
    }
  }
}

Cline에서 사용하기

Cline 설정에 추가하세요:

npx -y mcp-server-mcpindex

노출되는 도구

도구

기능

recommend_mcp_for_task

자연어 작업을 전달합니다. 추론, 설치 명령어, 품질 점수가 포함된 상위 3개 서버를 반환합니다.

search_mcp_servers

전체 레지스트리에 대한 키워드 및 의미론적 검색을 수행합니다. 선택적 카테고리 필터가 있습니다.

get_install_command

서버 및 대상 클라이언트(Claude Desktop, Cursor, Cline, Zed)에 대한 정확한 설치 JSON을 가져옵니다.

compare_servers

2~5개의 서버를 나란히 비교합니다(품질 점수, 설치 경로, 환경 변수 등).

백엔드

기본적으로 호출은 https://mcpindex.ai로 전송됩니다. 직접 호스팅하는 경우 MCPINDEX_API_BASE=...로 재정의하세요.

무료 티어는 IP당 분당 60회 요청으로 제한됩니다. 더 높은 처리량을 위한 유료 키가 곧 제공될 예정입니다.

라이선스

MIT.

프로젝트

비공식 프로젝트입니다. Anthropic과 관련이 없습니다.

A
license - permissive license
-
quality - not tested
C
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/mcpindex-ai/mcp-server-mcpindex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server