https://github.com/segeda/svatky-adresa-info-mcp-dotnet
MCP server for svatky.adresa.info
https://github.com/segeda/svatky-adresa-info-mcp-dotnet
Last synced: 3 months ago
JSON representation
MCP server for svatky.adresa.info
- Host: GitHub
- URL: https://github.com/segeda/svatky-adresa-info-mcp-dotnet
- Owner: segeda
- License: unlicense
- Created: 2025-03-28T21:10:30.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T21:27:12.000Z (8 months ago)
- Last Synced: 2025-03-28T22:26:31.811Z (8 months ago)
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **svatky-adresa-info-mcp-dotnet** - MCP server for svatky.adresa.info `c#` `mcp` `server` `git clone https://github.com/segeda/svatky-adresa-info-mcp-dotnet` (🔌 API)
README
# svatky-adresa-info-mcp-dotnet
MCP server for svatky.adresa.info
## Usage with Claude for Desktop
```json
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"Info.Adresa.Svatky.Mcp": {
"command": "dotnet",
"args": [
"run",
"--project",
"/ABSOLUTE/PATH/TO/svatky-adresa-info-mcp-dotnet",
"--no-build"
]
}
}
}
```