Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Jina AI MCP Server
Claim
by
Sheshiyer
GitHub
Search
Image & Video Processing
JavaScript
MIT License
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
jina-ai-mcp-multimodal-search
build
node_modules
src
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "jina-ai-mcp", "version": "1.0.0", "description": "MCP server for Jina AI integration", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.1.0", "axios": "^1.6.5", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.11.5", "typescript": "^5.3.3" } }