38 lines
1.2 KiB
Markdown
38 lines
1.2 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
|
|
- [Building a RAG-Based Memory Storage MCP Server in Python](./python-rag_memo-stdio.md)
|
|
- Stable Diffusion MCP Server
|
|
|
|
## 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
|
|
|