spring-ai-chrome-mcp-server
Spring AI Chrome MCP Server is a protocol server designed to interact with the Chrome browser.
Spring AI Chrome MCP Server
ν¬λ‘¬ λΈλΌμ°μ μ μνΈμμ© ν μ μλ MCP μλ²μ λλ€.
Running Example
- λΈλΌμ°μ μ΄μ΄μ€
- MCP κ²μν΄μ€
- λΈλ‘κ·Έ νλ λ€μ΄κ°μ λ΄μ© μμ½ν΄μ€
- μ ν μ΄κ³ , κ΅¬κΈ μ μν΄μ€
- μ€λμ νμ¨ κ²μν΄μ€
- λΈλΌμ°μ λ«μμ€
Tools
κ°κ°μ λΈλΌμ°μ λ IDλ‘ κ΄λ¦¬λ©λλ€. (μ¬λ¬κ°μ λΈλΌμ°μ λ₯Ό λμΈ μ μμ΅λλ€, μΈν νμ§ μμ μ default)
κ°κ°μ Tabμ μΈλ±μ€λ‘ κ΄λ¦¬λ©λλ€.ex1) λΈλΌμ°μ μ΄μ΄μ€(default google page) -> XX κ²μν΄μ€
ex2) λΈλΌμ°μ ID 1λ‘ μ΄μ΄μ€ -> μ ν μΈλ±μ€ 2λ‘ μ΄κ³ κ΅¬κΈ μ μν΄μ€ -> 2 μΈλ±μ€ νμμ XX κ²μν΄μ€
open_browser
open_browser_by_browser_id
google_search
google_search_by_browser_id
navigate_to_url
navigate_to_url_by_browser_id
click_link_with_text
click_link_with_text_by_browser_id
take_screenshot
take_screenshot_by_browser_id
get_page_title
get_page_title_by_browser_id
input_text
input_text_by_browser_id
extract_page_text
extract_page_text_by_browser_id
get_cookies
get_cookies_by_browser_id
open_new_tab
open_new_tab_by_browser_id
open_new_tab_with_url
open_new_tab_with_url_by_browser_id
close_current_tab
close_current_tab_by_browser_id
switch_to_tab
switch_to_tab_by_browser_id
get_tab_list
get_tab_list_by_browser_id
close_all_tabs_except_current
close_all_tabs_except_current_by_browser_id
close_browser
close_browser_by_browser_id
close_all_browsers
claude_desktop_config
template
{
"mcpServers": {
"spring-ai-chrome-mcp-server": {
"command": "{JAVA_PATH}",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"{JAR_PATH}"
]
}
}
}
example
{
"mcpServers": {
"spring-ai-chrome-mcp-server": {
"command": "/Users/baetaehyeon/Library/Java/JavaVirtualMachines/corretto-21.0.5-1/Contents/Home/bin/java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/Users/baetaehyeon/dev/chrome-mcp-server/build/libs/chrome-mcp-server-0.0.1.jar"
]
}
}
}
Related MCP Servers
View all browser_automation servers βFetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.