41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
---
|
|
next:
|
|
text: Python Weather MCP Server (STDIO)
|
|
link: '/plugin-tutorial/examples/python-simple-stdio'
|
|
---
|
|
|
|
# MCP Server Development Examples
|
|
|
|
## Python
|
|
- [Weather Information MCP Server (STDIO)](./python-simple-stdio)
|
|
Python implementation for weather data queries via STDIO
|
|
- [Universal Form Filling MCP (STDIO)](./python-form-stdio)
|
|
Automated form population solution using Python
|
|
- [Blender Integration MCP (STDIO)](./python-blender-stdio)
|
|
3D modeling automation through Blender commands
|
|
- [Cadence EDA MCP (STDIO)](./python-cadence-stdio)
|
|
Electronic design automation interface
|
|
- Video Editing via FFmpeg MCP
|
|
AI-driven video editing workflows
|
|
- Knowledge Base Injection with RAG MCP
|
|
Dynamic document retrieval system
|
|
- Stable Diffusion MCP Server
|
|
Text-to-image generation service
|
|
|
|
## Node.js
|
|
- [Crawl4AI Web Crawler MCP (STDIO)](./typescript-crawl4ai-stdio)
|
|
TypeScript implementation for advanced web scraping
|
|
|
|
## Go
|
|
- [Neo4j Read-Only MCP (SSE)](./go-neo4j-sse)
|
|
Graph database query interface using Server-Sent Events
|
|
|
|
## Java
|
|
- [Document Database MCP (HTTP)](./java-es-http)
|
|
Elasticsearch integration with HTTP transport
|
|
|
|
## Authentication
|
|
- [OAuth2 MCP Server (SSE)](./sse-oauth2)
|
|
Secure authentication implementation example
|
|
|