AXYS MCP Lite
Enables AI assistants to search through structured databases and unstructured content (documents, videos, files) using natural language queries with semantic understanding.
README
AXYS MCP Lite
A Model Context Protocol (MCP) server that provides AI-powered search capabilities, enabling AI assistants like Claude to search through structured and unstructured data using natural language commands.
Features
- AI-Powered Structured Search: Natural language queries on structured databases
- AI-Powered Unstructured Search: Search documents, videos, and files using natural language
- Semantic Search: AI understands context and meaning for better results
- Multiple Content Types: Search PDFs, Word documents, videos, images, and more
- Secure Authentication: API key-based authentication for secure access
Prerequisites
- Node.js 18 or higher
- MCP API key
- Claude Desktop application or any MCP-compatible client
Installation
Via npm (Recommended)
npm install -g axys-mcp-lite
From Source
git clone https://github.com/rajesh-siliconvalleycloudit/axys-mcp-lite.git
cd axys-mcp-lite
npm install
npm run build
Quick Start
1. Get Your MCP API Key
Contact your administrator to obtain your MCP API key.
2. Configure Claude Desktop
Add this configuration to your Claude Desktop config file:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"axys-mcp-lite": {
"command": "npx",
"args": ["-y", "axys-mcp-lite"],
"env": {
"AXYS_API_HOST": "https://your-axys-host.com",
"MCP_KEY": "your-mcp-key-here"
}
}
}
}
3. Restart Claude Desktop
Restart Claude Desktop to load the MCP server. You should now be able to use the AI search commands!
Available Tools
1. ai_search_structured
Search structured data sources using natural language.
Parameters:
query(required): Natural language query
Example:
Find all users in engineering department
2. ai_search_unstructured
Search documents, videos, and files using natural language.
Parameters:
query(required): Natural language querysearchIndices(optional): Specific index to search (e.g., 'video', 'document')fileOnly(optional): Return only file references without content
Example:
Find deployment documentation videos
3. validate_connection
Validate connection to MCP API.
Usage Examples
Structured Search
"Find all employees named John"
"Show customers with revenue over $1M"
"List users in the Sales department"
Unstructured Search
"How to install AXYS?"
"Find videos about API integration"
"Search for architecture diagrams"
Configuration Options
Environment Variables
Create a .env file in your project directory:
# Required
AXYS_API_HOST=https://your-axys-host.com
MCP_KEY=your-mcp-key-here
# Optional: Logging configuration
LOG_LEVEL=info
Development
Running Locally
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Start production server
npm start
Project Structure
axys-mcp-lite/
├── src/
│ ├── index.ts # Main MCP server implementation
│ ├── axys-client.ts # API client wrapper
│ └── types.ts # TypeScript type definitions
├── dist/ # Compiled JavaScript output
├── package.json
├── tsconfig.json
├── .env.example
└── README.md
Troubleshooting
Connection Issues
- Verify
AXYS_API_HOSTURL is correct - Check MCP_KEY is valid and active
- Ensure network connectivity to the API server
No Results
- Try rephrasing your query
- Check if the data exists in the system
- Verify your API key has appropriate permissions
API Response Codes
| Code | Description |
|---|---|
| 200 | Success |
| 201 | AI Tool not configured |
| 401 | Invalid API Key |
| 402 | Bad Request |
| 500 | Internal Server Error |
Security Best Practices
- Never commit API keys to version control
- Use environment variables for sensitive configuration
- Regularly rotate API keys for security
- Monitor API usage for unusual activity
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Support
For issues:
- MCP Server: Open an issue
- MCP Protocol: MCP Documentation
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Built with Model Context Protocol SDK
- Designed for use with Claude Desktop and other MCP clients
Changelog
Version 1.0.0
- Initial release
- AI-powered structured search
- AI-powered unstructured search (documents, videos, files)
- Connection validation tool
Made with care for the MCP community
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。