[GH-ISSUE #324] Add MCP server support for bark #286

Closed
opened 2026-03-03 11:42:13 +03:00 by kerem · 1 comment
Owner

Originally created by @StevenLi-phoenix on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/324

Summary

Request to add MCP server support for bark. This would enable bark to interface with and manage MCP servers in addition to its current capabilities.

Originally created by @StevenLi-phoenix on GitHub (Oct 2, 2025). Original GitHub issue: https://github.com/Finb/Bark/issues/324 ## Summary Request to add MCP server support for bark. This would enable bark to interface with and manage MCP servers in addition to its current capabilities.
kerem closed this issue 2026-03-03 11:42:13 +03:00
Author
Owner

@Finb commented on GitHub (Dec 22, 2025):

Now supported! You can set it up like this:

"servers": {
	"bark": {
		"type": "http",
		"url": "https://api.day.app/mcp/your_key"
	}
}
<!-- gh-comment-id:3680971170 --> @Finb commented on GitHub (Dec 22, 2025): Now supported! You can set it up like this: ```json "servers": { "bark": { "type": "http", "url": "https://api.day.app/mcp/your_key" } } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Bark#286
No description provided.